diff options
author | David S. Miller <davem@davemloft.net> | 2012-10-03 20:50:08 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-10-03 20:50:08 -0400 |
commit | c0b8b99287235626a5850ef7e5bfc842d1ebcecd (patch) | |
tree | ba1f4c7158a3d0ada65a75eac26d8dcf736e2f2b /drivers/net | |
parent | 065f8b9210b46c49b578d188ce8b8ee240a55777 (diff) | |
download | linux-3.10-c0b8b99287235626a5850ef7e5bfc842d1ebcecd.tar.gz linux-3.10-c0b8b99287235626a5850ef7e5bfc842d1ebcecd.tar.bz2 linux-3.10-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')
-rw-r--r-- | drivers/net/ethernet/chelsio/cxgb4/cxgb4.h | 1 |
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 745a1f53361..31752b24434 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" |