From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Date: Tue, 21 Feb 2012 16:52:26 -0600 Subject: [U-Boot] [PATCH 1/2] ARM: highbank: fix warning for calxedaxgmac_initialize In-Reply-To: <1329864747-2914-1-git-send-email-robherring2@gmail.com> References: <1329864747-2914-1-git-send-email-robherring2@gmail.com> Message-ID: <1329864747-2914-2-git-send-email-robherring2@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Rob Herring Add include of netdev.h to pick-up declaration of calxedaxgmac_initialize. Signed-off-by: Rob Herring --- board/highbank/highbank.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/board/highbank/highbank.c b/board/highbank/highbank.c index b0aa182..5f34fec 100644 --- a/board/highbank/highbank.c +++ b/board/highbank/highbank.c @@ -17,6 +17,7 @@ #include #include +#include #include #include -- 1.7.5.4