Commit 3cbc395f authored by David S. Miller's avatar David S. Miller

drivers/scsi/sg.c: Include linux/vmalloc.h

parent dace108b
...@@ -54,6 +54,7 @@ static int sg_version_num = 30527; /* 2 digits for each component */ ...@@ -54,6 +54,7 @@ static int sg_version_num = 30527; /* 2 digits for each component */
#include <linux/fcntl.h> #include <linux/fcntl.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/poll.h> #include <linux/poll.h>
#include <linux/vmalloc.h>
#include <linux/smp_lock.h> #include <linux/smp_lock.h>
#include <asm/io.h> #include <asm/io.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