[U-Boot] [PATCH 3/6] sc520_spunk: fix ssi.h include location
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Sun May 10 17:31:48 CEST 2009
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
---
board/sc520_spunk/sc520_spunk.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/sc520_spunk/sc520_spunk.c b/board/sc520_spunk/sc520_spunk.c
index d3bd869..e439b0b 100644
--- a/board/sc520_spunk/sc520_spunk.c
+++ b/board/sc520_spunk/sc520_spunk.c
@@ -24,11 +24,11 @@
#include <common.h>
#include <pci.h>
-#include <ssi.h>
#include <netdev.h>
#include <asm/io.h>
#include <asm/pci.h>
#include <asm/ic/sc520.h>
+#include <asm/ic/ssi.h>
DECLARE_GLOBAL_DATA_PTR;
--
1.6.2.4
More information about the U-Boot
mailing list