
10 May
2009
10 May
'09
5:31 p.m.
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagnioj@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