Skip to content

Commit

Permalink
[SPARC64]: Fix compile error in irq.c
Browse files Browse the repository at this point in the history
irq.c is missing the inclusion of asm/io.h, which causes
readb() and writeb() the be undefined.

Signed-off-by: Sven Hartge <hartge@ds9.argh.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Sven Hartge authored and David S. Miller committed Oct 9, 2005
1 parent dd0fc66 commit 2e457ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/sparc64/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2e457ef

Please sign in to comment.