Skip to content
Snippets Groups Projects
Commit 2e457ef6 authored by Sven Hartge's avatar Sven Hartge Committed by David S. Miller
Browse files

[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: default avatarSven Hartge <hartge@ds9.argh.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent dd0fc66f
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment