projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
065f8b9
)
cxgb4: Fix build error due to missing linux/vmalloc.h include.
author
David S. Miller
<davem@davemloft.net>
Thu, 4 Oct 2012 00:50:08 +0000
(20:50 -0400)
committer
David 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
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
b/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
index 745a1f53361f379b9c075d190f7919c0f0866e4c..31752b24434eaafc348665be8b2be6104bb5c018 100644
(file)
--- 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"