[PATCH] x86: hw_irq.h warning fix

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 <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Andrew Morton and committed by Linus Torvalds d96c4e7b 353fb07e

+2
+2
include/asm-i386/hw_irq.h
··· 18 18 #include <asm/irq.h> 19 19 #include <asm/sections.h> 20 20 21 + struct hw_interrupt_type; 22 + 21 23 /* 22 24 * Various low-level irq details needed by irq.c, process.c, 23 25 * time.c, io_apic.c and smp.c