All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Cooper <ecc@cmu.edu>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] dockstar: include headers that were removed from kirkwood.h
Date: Sat, 29 Oct 2011 15:09:40 -0400	[thread overview]
Message-ID: <1319915380-23631-1-git-send-email-ecc@cmu.edu> (raw)

Commit a7efd719f415833a833d6a8e46bcd470a0847ecc removed some #includes
from kirkwood.h that must now be done in dockstar.c

Signed-off-by: Eric Cooper <ecc@cmu.edu>
---
 board/Seagate/dockstar/dockstar.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/board/Seagate/dockstar/dockstar.c b/board/Seagate/dockstar/dockstar.c
index cab3a83..9aab62d 100644
--- a/board/Seagate/dockstar/dockstar.c
+++ b/board/Seagate/dockstar/dockstar.c
@@ -27,6 +27,8 @@
 
 #include <common.h>
 #include <miiphy.h>
+#include <asm/io.h>
+#include <asm/arch/cpu.h>
 #include <asm/arch/kirkwood.h>
 #include <asm/arch/mpp.h>
 #include "dockstar.h"
-- 
1.7.7

             reply	other threads:[~2011-10-29 19:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-29 19:09 Eric Cooper [this message]
2011-10-29 19:41 ` [U-Boot] [PATCH] dockstar: include headers that were removed from kirkwood.h Anatolij Gustschin
2011-10-29 19:54   ` Eric Cooper

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=1319915380-23631-1-git-send-email-ecc@cmu.edu \
    --to=ecc@cmu.edu \
    --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.