summaryrefslogtreecommitdiffstats
path: root/drivers/target/iscsi/iscsi_target.c
diff options
context:
space:
mode:
authorDavid S. Miller2015-05-28 20:35:41 +0200
committerDavid S. Miller2015-05-28 23:31:59 +0200
commit5538d294dd6661de27b567fe69b597c99cb54cdd (patch)
tree39417578bc7c4997d7e3ad8b252dc1fdb139811e /drivers/target/iscsi/iscsi_target.c
parenttcp/dccp: warn user for preferred ip_local_port_range (diff)
downloadkernel-qcow2-linux-5538d294dd6661de27b567fe69b597c99cb54cdd.tar.gz
kernel-qcow2-linux-5538d294dd6661de27b567fe69b597c99cb54cdd.tar.xz
kernel-qcow2-linux-5538d294dd6661de27b567fe69b597c99cb54cdd.zip
treewide: Add missing vmalloc.h inclusion.
All of these files were only building on non-x86 because of the indirect of inclusion of vmalloc.h by, of all things, "net/inet_hashtables.h" None of this got caught during build testing, because on x86 there is an implicit vmalloc.h include via on of the arch asm/ headers. This fixes all of these Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/target/iscsi/iscsi_target.c')
-rw-r--r--drivers/target/iscsi/iscsi_target.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/target/iscsi/iscsi_target.c b/drivers/target/iscsi/iscsi_target.c
index 34871a628b11..112cfcda3c3c 100644
--- a/drivers/target/iscsi/iscsi_target.c
+++ b/drivers/target/iscsi/iscsi_target.c
@@ -21,6 +21,7 @@
#include <linux/crypto.h>
#include <linux/completion.h>
#include <linux/module.h>
+#include <linux/vmalloc.h>
#include <linux/idr.h>
#include <asm/unaligned.h>
#include <scsi/scsi_device.h>