提交 d96c4e7b 编写于 作者: A Andrew Morton 提交者: Linus Torvalds

[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: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 353fb07e
......@@ -18,6 +18,8 @@
#include <asm/irq.h>
#include <asm/sections.h>
struct hw_interrupt_type;
/*
* Various low-level irq details needed by irq.c, process.c,
* time.c, io_apic.c and smp.c
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册