]> git.hungrycats.org Git - linux/commitdiff
SCSI: dc395x.c add missing #include <linux/vmalloc.h>
authorJames Bottomley <jejb@titanic.il.steeleye.com>
Tue, 15 Mar 2005 03:42:42 +0000 (21:42 -0600)
committerJames Bottomley <jejb@titanic.il.steeleye.com>
Tue, 15 Mar 2005 03:42:42 +0000 (21:42 -0600)
Prevents a compile warning about vmalloc/vfree being undefined

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/dc395x.c

index 391b67539a0cfb6ec43aacea6f1100769b13a36d..cca41cf8d3e7cf23fc78cdb41e425c2cc2941767 100644 (file)
@@ -56,6 +56,7 @@
 #include <linux/spinlock.h>
 #include <linux/pci.h>
 #include <linux/list.h>
+#include <linux/vmalloc.h>
 #include <asm/io.h>
 
 #include <scsi/scsi.h>