]> git.hungrycats.org Git - linux/commit
[PATCH] Fix compile error in irq.c
authorSven Hartge <hartge@ds9.argh.org>
Sun, 9 Oct 2005 04:14:34 +0000 (21:14 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 15 Dec 2005 18:33:18 +0000 (10:33 -0800)
commitf4e4e0fa2b42a7701e833fd04cac70ff0d28fa9f
tree7bc9cb2a2294e825bb5f99ee61628b9686293370
parente545fd941928c6ff87571e6742f81d7659c0578d
[PATCH] 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>
Signed-off-by: Chris Wright <chrisw@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/sparc64/kernel/irq.c