cxgb4: Fix build error due to missing linux/vmalloc.h include.
authorDavid S. Miller <davem@davemloft.net>
Thu, 4 Oct 2012 00:50:08 +0000 (20:50 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 4 Oct 2012 00:50:08 +0000 (20:50 -0400)
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h

index 745a1f53361f379b9c075d190f7919c0f0866e4c..31752b24434eaafc348665be8b2be6104bb5c018 100644 (file)
@@ -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"