diff options
Diffstat (limited to 'board/esd/pmc440/sdram.c')
-rw-r--r-- | board/esd/pmc440/sdram.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/pmc440/sdram.c b/board/esd/pmc440/sdram.c index c3528bca4bd..34ff40202f4 100644 --- a/board/esd/pmc440/sdram.c +++ b/board/esd/pmc440/sdram.c @@ -35,7 +35,7 @@ #include <asm/processor.h> #include <asm/io.h> #include <asm/mmu.h> -#include <ppc440.h> +#include <asm/ppc440.h> extern int denali_wait_for_dlllock(void); extern void denali_core_search_data_eye(void); |