Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[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 <hartge@ds9.argh.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Sven Hartge and committed by
David S. Miller
2e457ef6 dd0fc66f

+1
+1
arch/sparc64/kernel/irq.c
··· 27 27 #include <asm/atomic.h> 28 28 #include <asm/system.h> 29 29 #include <asm/irq.h> 30 + #include <asm/io.h> 30 31 #include <asm/sbus.h> 31 32 #include <asm/iommu.h> 32 33 #include <asm/upa.h>