From: Andrew Morton Date: Fri, 30 Sep 2005 18:58:57 +0000 (-0700) Subject: [PATCH] x86: hw_irq.h warning fix X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d96c4e7bb039ae16c9b7e6809feb4fcfc45fcc87;p=openwrt%2Fstaging%2Fblogic.git [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 Signed-off-by: Linus Torvalds --- diff --git a/include/asm-i386/hw_irq.h b/include/asm-i386/hw_irq.h index 4ac84cc6f01a..622815bf3243 100644 --- a/include/asm-i386/hw_irq.h +++ b/include/asm-i386/hw_irq.h @@ -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