mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
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>
This commit is contained in:
parent
95c2fb371a
commit
d821ad4a61
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
*/
|
||||
#include <common.h>
|
||||
#include <malloc.h>
|
||||
#include <linux/compiler.h>
|
||||
#include <linux/err.h>
|
||||
#include <asm/io.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue