]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/target/target_core_user.c
treewide: Add missing vmalloc.h inclusion.
authorDavid S. Miller <davem@davemloft.net>
Thu, 28 May 2015 18:35:41 +0000 (11:35 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 May 2015 21:31:59 +0000 (14:31 -0700)
commit5538d294dd6661de27b567fe69b597c99cb54cdd
tree39417578bc7c4997d7e3ad8b252dc1fdb139811e
parented2dfd900992aa7b6b3d0abd8ec9a7e9d2c7f827
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>
drivers/scsi/qla2xxx/tcm_qla2xxx.c
drivers/target/iscsi/iscsi_target.c
drivers/target/target_core_file.c
drivers/target/target_core_pr.c
drivers/target/target_core_transport.c
drivers/target/target_core_user.c
drivers/vhost/scsi.c