]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: highbank: fix warning for calxedaxgmac_initialize
authorRob Herring <rob.herring@calxeda.com>
Tue, 21 Feb 2012 12:52:26 +0000 (12:52 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Wed, 28 Mar 2012 21:30:51 +0000 (23:30 +0200)
Add include of netdev.h to pick-up declaration of calxedaxgmac_initialize.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
board/highbank/highbank.c

index b0aa182a81ff005231d2453414a201ca94dd0a87..5f34fec45019cb4d2e0879b6a3aa6194168b45b2 100644 (file)
@@ -17,6 +17,7 @@
 
 #include <common.h>
 #include <ahci.h>
+#include <netdev.h>
 #include <scsi.h>
 
 #include <asm/sizes.h>