OSDN Git Service

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 745a1f5..31752b2 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"