Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f5045724 authored by Bart Van Assche's avatar Bart Van Assche
Browse files

target/user: Add an #include directive



Since this driver uses kmap_atomic(), include the highmem header file.

Signed-off-by: default avatarBart Van Assche <bart.vanassche@sandisk.com>
Cc: Nicholas Bellinger <nab@linux-iscsi.org>
Cc: Andy Grover <agrover@redhat.com>
parent 3bc71e1f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>