Commit cf65abbc authored by James Bottomley's avatar James Bottomley

SCSI: dc395x.c add missing #include <linux/vmalloc.h>

Prevents a compile warning about vmalloc/vfree being undefined
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 0600d2be
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment