Skip to content
Snippets Groups Projects
Commit 1f5070c0 authored by Graeme Russ's avatar Graeme Russ Committed by Wolfgang Denk
Browse files

Fixed path to sc520 SSI include file

Signed Off By: Graeme Russ <graeme.russ@gmail.com>
parent d4f70da5
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include <config.h> #include <config.h>
#include <pci.h> #include <pci.h>
#ifdef CONFIG_SC520_SSI #ifdef CONFIG_SC520_SSI
#include <ssi.h> #include <asm/ic/ssi.h>
#endif #endif
#include <asm/io.h> #include <asm/io.h>
#include <asm/pci.h> #include <asm/pci.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment