From: Andrew Morton include/asm/hw_irq.h:70: warning: `struct hw_interrupt_type' declared inside parameter list include/asm/hw_irq.h:70: warning: its scope is only this definition or declaration, which is probably not what you want Signed-off-by: Andrew Morton --- include/asm-i386/hw_irq.h | 2 ++ 1 files changed, 2 insertions(+) diff -puN include/asm-i386/hw_irq.h~x86-hw_irqh-warning-fix include/asm-i386/hw_irq.h --- devel/include/asm-i386/hw_irq.h~x86-hw_irqh-warning-fix 2005-09-29 00:20:38.000000000 -0700 +++ devel-akpm/include/asm-i386/hw_irq.h 2005-09-29 00:21:04.000000000 -0700 @@ -18,6 +18,8 @@ #include #include +struct hw_interrupt_type; + /* * Various low-level irq details needed by irq.c, process.c, * time.c, io_apic.c and smp.c _