Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Eric Dumazet and committed by
David S. Miller
c6bfda8d 516782ac

+1
+1
drivers/scsi/qla4xxx/ql4_def.h
··· 26 26 #include <linux/mutex.h> 27 27 #include <linux/aer.h> 28 28 #include <linux/bsg-lib.h> 29 + #include <linux/vmalloc.h> 29 30 30 31 #include <net/tcp.h> 31 32 #include <scsi/scsi.h>