diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2010-09-29 12:44:23 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2010-10-12 10:53:44 -0400 |
commit | b7d0d8258a9f71949b810e0f82a3d75088f4d364 (patch) | |
tree | 1e37a6d3e89816abab898e3646a4e23eeb457021 /kernel/softirq.c | |
parent | 77dff1c755c3218691e95e7e38ee14323b35dbdb (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.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/kernel/softirq.c b/kernel/softirq.c index 14a7b80b2cce..d19b1c9aa7c5 100644 --- a/kernel/softirq.c +++ b/kernel/softirq.c | |||
@@ -896,9 +896,4 @@ int __init __weak arch_early_irq_init(void) | |||
896 | { | 896 | { |
897 | return 0; | 897 | return 0; |
898 | } | 898 | } |
899 | |||
900 | int __weak arch_init_chip_data(struct irq_desc *desc, int node) | ||
901 | { | ||
902 | return 0; | ||
903 | } | ||
904 | #endif | 899 | #endif |