diff options
Diffstat (limited to 'kernel/softirq.c')
-rw-r--r-- | kernel/softirq.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel/softirq.c b/kernel/softirq.c index 6edfc2c11d99..98dd68eea9e6 100644 --- a/kernel/softirq.c +++ b/kernel/softirq.c | |||
@@ -806,6 +806,11 @@ int __init __weak early_irq_init(void) | |||
806 | return 0; | 806 | return 0; |
807 | } | 807 | } |
808 | 808 | ||
809 | int __init __weak arch_probe_nr_irqs(void) | ||
810 | { | ||
811 | return 0; | ||
812 | } | ||
813 | |||
809 | int __init __weak arch_early_irq_init(void) | 814 | int __init __weak arch_early_irq_init(void) |
810 | { | 815 | { |
811 | return 0; | 816 | return 0; |