[PATCH] irq: remove __weak early_irq_init()

From: Yong Zhang
Date: Fri Nov 06 2009 - 00:53:30 EST


impact: cleanup

Since commit 12026ea16a618b289fcf457661aed24f57323a20
early_irq_init() is always defined in kernel/irq/handle.c
So remove the weak definition.

Signed-off-by: Yong Zhang <yong.zhang0@xxxxxxxxx>
---
kernel/softirq.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/kernel/softirq.c b/kernel/softirq.c
index f8749e5..5e881e3 100644
--- a/kernel/softirq.c
+++ b/kernel/softirq.c
@@ -886,11 +886,6 @@ EXPORT_SYMBOL(on_each_cpu);
* GCC does not inline them incorrectly. ]
*/

-int __init __weak early_irq_init(void)
-{
- return 0;
-}
-
int __init __weak arch_probe_nr_irqs(void)
{
return 0;
--
1.6.3.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/