diff options
author | Bart Van Assche <bart.vanassche@sandisk.com> | 2016-11-19 00:31:45 +0100 |
---|---|---|
committer | Bart Van Assche <bart.vanassche@sandisk.com> | 2016-12-09 19:21:55 +0100 |
commit | f5045724578babc7bd3460087f34cc787a8b0e20 (patch) | |
tree | ac3a5af40250217558498ecf2d402fed192f89ed | |
parent | cxgbit: Add an #include directive (diff) | |
download | linux-f5045724578babc7bd3460087f34cc787a8b0e20.tar.xz linux-f5045724578babc7bd3460087f34cc787a8b0e20.zip |
target/user: Add an #include directive
Since this driver uses kmap_atomic(), include the highmem header file.
Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Cc: Nicholas Bellinger <nab@linux-iscsi.org>
Cc: Andy Grover <agrover@redhat.com>
-rw-r--r-- | drivers/target/target_core_user.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/target/target_core_user.c b/drivers/target/target_core_user.c index b9eb0b605b0b..1bf1d37aa2e3 100644 --- a/drivers/target/target_core_user.c +++ b/drivers/target/target_core_user.c @@ -27,6 +27,7 @@ #include <linux/uio_driver.h> #include <linux/stringify.h> #include <linux/bitops.h> +#include <linux/highmem.h> #include <net/genetlink.h> #include <scsi/scsi_common.h> #include <scsi/scsi_proto.h> |