From: Rob Herring <robherring2@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] ARM: highbank: fix warning for calxedaxgmac_initialize
Date: Tue, 21 Feb 2012 16:52:26 -0600 [thread overview]
Message-ID: <1329864747-2914-2-git-send-email-robherring2@gmail.com> (raw)
In-Reply-To: <1329864747-2914-1-git-send-email-robherring2@gmail.com>
From: Rob Herring <rob.herring@calxeda.com>
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 | 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 <common.h>
#include <ahci.h>
+#include <netdev.h>
#include <scsi.h>
#include <asm/sizes.h>
--
1.7.5.4
next prev parent reply other threads:[~2012-02-21 22:52 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-21 22:52 [U-Boot] [PATCH 0/2] Highbank fixes for 2012.03 Rob Herring
2012-02-21 22:52 ` Rob Herring [this message]
2012-02-21 22:52 ` [U-Boot] [PATCH 2/2] ARM: highbank: add missing get_tbclk Rob Herring
2012-02-28 22:48 ` [U-Boot] [PATCH 0/2] Highbank fixes for 2012.03 Albert ARIBAUD
2012-02-29 14:15 ` Rob Herring
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1329864747-2914-2-git-send-email-robherring2@gmail.com \
--to=robherring2@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.