Skip to content
Snippets Groups Projects
Commit d821ad4a authored by Rob Herring's avatar Rob Herring Committed by Albert ARIBAUD
Browse files

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: default avatarRob Herring <rob.herring@calxeda.com>
parent 95c2fb37
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
*/ */
#include <common.h> #include <common.h>
#include <malloc.h> #include <malloc.h>
#include <linux/compiler.h>
#include <linux/err.h> #include <linux/err.h>
#include <asm/io.h> #include <asm/io.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment