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-Tag: firefly_0821_release~3680^2~1913^2~11 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c0b8b99287235626a5850ef7e5bfc842d1ebcecd;p=firefly-linux-kernel-4.4.55.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 745a1f53361f..31752b24434e 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"