提交 2e457ef6 编写于 作者: S Sven Hartge 提交者: David S. Miller

[SPARC64]: Fix compile error in irq.c

irq.c is missing the inclusion of asm/io.h, which causes
readb() and writeb() the be undefined.
Signed-off-by: NSven Hartge <hartge@ds9.argh.org>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 dd0fc66f
......@@ -27,6 +27,7 @@
#include <asm/atomic.h>
#include <asm/system.h>
#include <asm/irq.h>
#include <asm/io.h>
#include <asm/sbus.h>
#include <asm/iommu.h>
#include <asm/upa.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册