summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
diff options
context:
space:
mode:
authorDavid S. Miller2012-10-04 02:50:08 +0200
committerDavid S. Miller2012-10-04 02:50:08 +0200
commitc0b8b99287235626a5850ef7e5bfc842d1ebcecd (patch)
treeba1f4c7158a3d0ada65a75eac26d8dcf736e2f2b /drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
parentbnx2x: fix ring size for 10G functions (diff)
downloadkernel-qcow2-linux-c0b8b99287235626a5850ef7e5bfc842d1ebcecd.tar.gz
kernel-qcow2-linux-c0b8b99287235626a5850ef7e5bfc842d1ebcecd.tar.xz
kernel-qcow2-linux-c0b8b99287235626a5850ef7e5bfc842d1ebcecd.zip
cxgb4: Fix build error due to missing linux/vmalloc.h include.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/chelsio/cxgb4/cxgb4.h')
-rw-r--r--drivers/net/ethernet/chelsio/cxgb4/cxgb4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h b/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
index 745a1f53361f..31752b24434e 100644
--- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
+++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
@@ -43,6 +43,7 @@
#include <linux/pci.h>
#include <linux/spinlock.h>
#include <linux/timer.h>
+#include <linux/vmalloc.h>
#include <asm/io.h>
#include "cxgb4_uld.h"
#include "t4_hw.h"