Browse Source

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>
David S. Miller 12 years ago
parent
commit
c0b8b99287
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/net/ethernet/chelsio/cxgb4/cxgb4.h

+ 1 - 0
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"