aboutsummaryrefslogtreecommitdiff
path: root/kernel/softirq.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2010-09-29 18:44:23 +0200
committerThomas Gleixner <tglx@linutronix.de>2010-10-12 16:53:44 +0200
commitb7d0d8258a9f71949b810e0f82a3d75088f4d364 (patch)
tree1e37a6d3e89816abab898e3646a4e23eeb457021 /kernel/softirq.c
parent77dff1c755c3218691e95e7e38ee14323b35dbdb (diff)
genirq: Remove arch_init_chip_data()
This function should have not been there in the first place. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/softirq.c')
-rw-r--r--kernel/softirq.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/kernel/softirq.c b/kernel/softirq.c
index 14a7b80b2cc..d19b1c9aa7c 100644
--- a/kernel/softirq.c
+++ b/kernel/softirq.c
@@ -896,9 +896,4 @@ int __init __weak arch_early_irq_init(void)
{
return 0;
}
-
-int __weak arch_init_chip_data(struct irq_desc *desc, int node)
-{
- return 0;
-}
#endif