]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
qla4xxx: add a missing include
authorEric Dumazet <edumzet@google.com>
Wed, 27 May 2015 04:43:44 +0000 (21:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 May 2015 18:20:40 +0000 (14:20 -0400)
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>
drivers/scsi/qla4xxx/ql4_def.h

index 8f6d0fb2cd807255a66e962c3cb7c4c8633d4d77..a7cfc270bd08a1f01867affc2dee0fc6b7611472 100644 (file)
@@ -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>