mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
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>
This commit is contained in:
parent
3bc71e1f43
commit
f504572457
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue