[SPARC64]: Fix compile error in irq.c
authorSven Hartge <[email protected]>
Sun, 9 Oct 2005 04:12:04 +0000 (21:12 -0700)
committerDavid S. Miller <[email protected]>
Sun, 9 Oct 2005 04:12:04 +0000 (21:12 -0700)
commit2e457ef667158840c1be511f5d10dd42c6dbbe46
tree778f05a12d48b001807a7eac96bbb6731850b015
parentdd0fc66fb33cd610bc1a5db8a5e232d34879b4d7
[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: Sven Hartge <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
arch/sparc64/kernel/irq.c