X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kernel%2Firq%2Fspurious.c;h=9d8c79b48823fdfb44d27fe3a3bf1c7adc9cdbc7;hb=f99c6bb6e2e9c35bd3dc0b1d0faa28bd6970930d;hp=543ea2e5ad9301944ab520303bd7fe84e4e92f88;hpb=4c1ac1b49122b805adfa4efc620592f68dccf5db;p=powerpc.git diff --git a/kernel/irq/spurious.c b/kernel/irq/spurious.c index 543ea2e5ad..9d8c79b488 100644 --- a/kernel/irq/spurious.c +++ b/kernel/irq/spurious.c @@ -176,7 +176,7 @@ void note_interrupt(unsigned int irq, struct irq_desc *desc, int noirqdebug __read_mostly; -int __init noirqdebug_setup(char *str) +int noirqdebug_setup(char *str) { noirqdebug = 1; printk(KERN_INFO "IRQ lockup detection disabled\n");