[SPARC64]: Fix compile error in irq.c
authorSven Hartge <hartge@ds9.argh.org>
Sun, 9 Oct 2005 04:12:04 +0000 (21:12 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 9 Oct 2005 04:12:04 +0000 (21:12 -0700)
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>

No differences found