[U-Boot] [PATCH] dockstar: include headers that were removed from kirkwood.h

Eric Cooper ecc at cmu.edu
Sat Oct 29 21:09:40 CEST 2011


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

Signed-off-by: Eric Cooper <ecc at 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



More information about the U-Boot mailing list