From: Rob Herring Date: Wed, 1 Feb 2012 12:58:49 +0000 (+0000) Subject: net: calxedaxgmac: fix build due to missing __aligned definition X-Git-Tag: v2012.04-rc1~19^2~65 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d821ad4a618fe2a1a23aa66b8be3559de6e484fa;p=u-boot net: calxedaxgmac: fix build due to missing __aligned definition Include linux/compiler.h to fix build error due to missing __aligned definition. Signed-off-by: Rob Herring --- diff --git a/drivers/net/calxedaxgmac.c b/drivers/net/calxedaxgmac.c index 01b2eeeaee..00e26c2adc 100644 --- a/drivers/net/calxedaxgmac.c +++ b/drivers/net/calxedaxgmac.c @@ -16,6 +16,7 @@ */ #include #include +#include #include #include