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 | |
parent | 065f8b9210b46c49b578d188ce8b8ee240a55777 (diff) |
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>
-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 745a1f53361f..31752b24434e 100644 --- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h +++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h | |||
@@ -43,6 +43,7 @@ | |||
43 | #include <linux/pci.h> | 43 | #include <linux/pci.h> |
44 | #include <linux/spinlock.h> | 44 | #include <linux/spinlock.h> |
45 | #include <linux/timer.h> | 45 | #include <linux/timer.h> |
46 | #include <linux/vmalloc.h> | ||
46 | #include <asm/io.h> | 47 | #include <asm/io.h> |
47 | #include "cxgb4_uld.h" | 48 | #include "cxgb4_uld.h" |
48 | #include "t4_hw.h" | 49 | #include "t4_hw.h" |