]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: calxedaxgmac: fix build due to missing __aligned definition
authorRob Herring <rob.herring@calxeda.com>
Wed, 1 Feb 2012 12:58:49 +0000 (12:58 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Wed, 28 Mar 2012 21:30:33 +0000 (23:30 +0200)
commitd821ad4a618fe2a1a23aa66b8be3559de6e484fa
tree1bb2c9eb42d80b798f1ffdd035e72308dd034ad3
parent95c2fb371a2155925005d76dfc09c1c067aa912b
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>
drivers/net/calxedaxgmac.c