]> git.hungrycats.org Git - linux/commitdiff
ide.h needs to include pci.h
authorJens Axboe <axboe@burns.home.kernel.dk>
Mon, 16 Sep 2002 17:50:54 +0000 (19:50 +0200)
committerJens Axboe <axboe@burns.home.kernel.dk>
Mon, 16 Sep 2002 17:50:54 +0000 (19:50 +0200)
include/linux/ide.h

index 77bfdef784187ab9b14284e65310c1e100166cf0..6ce0a520cc7045c5c84f86c883746e87ce1f96c8 100644 (file)
@@ -17,6 +17,7 @@
 #include <linux/interrupt.h>
 #include <linux/bitops.h>
 #include <linux/bio.h>
+#include <linux/pci.h>
 #include <asm/byteorder.h>
 #include <asm/system.h>
 #include <asm/hdreg.h>