]> git.neil.brown.name Git - history.git/commitdiff
[AIC7XXX]: Include asm/io.h, necessary to get at inb/outb/etc.
authorDavid S. Miller <davem@nuts.ninka.net>
Thu, 9 Jan 2003 15:49:06 +0000 (07:49 -0800)
committerDavid S. Miller <davem@nuts.ninka.net>
Thu, 9 Jan 2003 15:49:06 +0000 (07:49 -0800)
drivers/scsi/aic7xxx/aic7xxx_osm.h

index c3a8ceb6fbdfb2ecbb118cfbc1de97be15793fb5..a76fa110ffdcf9a9a516322da0a24e3adfb31dd3 100644 (file)
@@ -72,6 +72,7 @@
 #endif
 #include <linux/module.h>
 #include <asm/byteorder.h>
+#include <asm/io.h>
 
 #ifndef KERNEL_VERSION
 #define KERNEL_VERSION(x,y,z) (((x)<<16)+((y)<<8)+(z))