diff options
author | Eric Dumazet <edumzet@google.com> | 2015-05-26 21:43:44 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-05-27 14:20:40 -0400 |
commit | c6bfda8d72c485b2eee1642cbcbd92e3fbb93ed3 (patch) | |
tree | 8cd000f50473f0df28b875a0dd39000af4c9ccb1 /drivers/scsi | |
parent | 516782aca2e71835c6498006ad1cac6d96665c7c (diff) | |
download | talos-op-linux-c6bfda8d72c485b2eee1642cbcbd92e3fbb93ed3.tar.gz talos-op-linux-c6bfda8d72c485b2eee1642cbcbd92e3fbb93ed3.zip |
qla4xxx: add a missing include
vmalloc.h used to be included from include/net/inet_hashtables.h
but it is no longer the case.
Fixes: 095dc8e0c368 ("tcp: fix/cleanup inet_ehash_locks_alloc()")
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Eric Dumazet <edumzet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/qla4xxx/ql4_def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/qla4xxx/ql4_def.h b/drivers/scsi/qla4xxx/ql4_def.h index 8f6d0fb2cd80..a7cfc270bd08 100644 --- a/drivers/scsi/qla4xxx/ql4_def.h +++ b/drivers/scsi/qla4xxx/ql4_def.h @@ -26,6 +26,7 @@ #include <linux/mutex.h> #include <linux/aer.h> #include <linux/bsg-lib.h> +#include <linux/vmalloc.h> #include <net/tcp.h> #include <scsi/scsi.h> |