[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <2674af740911052200m141e71d5v37d621d23771aa91@mail.gmail.com>
Date: Fri, 6 Nov 2009 14:00:55 +0800
From: Yong Zhang <yong.zhang0@...il.com>
To: linux-kernel <linux-kernel@...r.kernel.org>
Cc: Ingo Molnar <mingo@...e.hu>, Thomas Gleixner <tglx@...utronix.de>,
Yinghai Lu <yinghai@...nel.org>
Subject: [PATCH] irq: remove __weak early_irq_init()
>From 86a53664e3f503fe06b166fb248ed64a77212b3d Mon Sep 17 00:00:00 2001
From: Yong Zhang <yong.zhang0@...il.com>
Date: Fri, 6 Nov 2009 13:53:30 +0800
Subject: [PATCH] irq: remove __weak early_irq_init()
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@...il.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists