From: David S. Miller Date: Thu, 4 Oct 2012 00:50:08 +0000 (-0400) Subject: cxgb4: Fix build error due to missing linux/vmalloc.h include. X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c0b8b99287235626a5850ef7e5bfc842d1ebcecd;p=linux.git cxgb4: Fix build error due to missing linux/vmalloc.h include. Reported-by: Stephen Rothwell Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h b/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h index 745a1f53361f3..31752b24434ea 100644 --- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h +++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h @@ -43,6 +43,7 @@ #include #include #include +#include #include #include "cxgb4_uld.h" #include "t4_hw.h"