summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2012-02-01 12:58:49 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-03-28 23:30:33 +0200
commitd821ad4a618fe2a1a23aa66b8be3559de6e484fa (patch)
tree1bb2c9eb42d80b798f1ffdd035e72308dd034ad3
parent95c2fb371a2155925005d76dfc09c1c067aa912b (diff)
downloadtalos-obmc-uboot-d821ad4a618fe2a1a23aa66b8be3559de6e484fa.tar.gz
talos-obmc-uboot-d821ad4a618fe2a1a23aa66b8be3559de6e484fa.zip
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 <rob.herring@calxeda.com>
-rw-r--r--drivers/net/calxedaxgmac.c1
1 files changed, 1 insertions, 0 deletions
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 <common.h>
#include <malloc.h>
+#include <linux/compiler.h>
#include <linux/err.h>
#include <asm/io.h>
OpenPOWER on IntegriCloud