git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95c2fb3
)
net: calxedaxgmac: fix build due to missing __aligned definition
author
Rob Herring
<rob.herring@calxeda.com>
Wed, 1 Feb 2012 12:58:49 +0000
(12:58 +0000)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Wed, 28 Mar 2012 21:30:33 +0000
(23:30 +0200)
Include linux/compiler.h to fix build error due to missing __aligned
definition.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
drivers/net/calxedaxgmac.c
patch
|
blob
|
history
diff --git
a/drivers/net/calxedaxgmac.c
b/drivers/net/calxedaxgmac.c
index
01b2eee
..
00e26c2
100644
(file)
--- 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>