diff options
author | Peter Tyser | 2010-04-12 22:28:07 -0500 |
---|---|---|
committer | Wolfgang Denk | 2010-04-13 09:13:04 +0200 |
commit | 61f2b38a17f5b21c59f2afe6cf1cbb5f28638cf9 (patch) | |
tree | 1e9ace3a9e030f0fd07fbbca663c148c195f0a3d /board/galaxy5200/galaxy5200.c | |
parent | 0de71d507157c4bd4fddcd3a419140d2b986eed2 (diff) |
Replace "#include <asm-$ARCH/$FILE>" with "#include <asm/$FILE>"
The appropriate include/asm-$ARCH directory should already by symlinked
to include/asm so using the whole "asm-$ARCH" path is unnecessary.
This change should also allow us to move the include/asm-$ARCH
directories into their appropriate lib/$ARCH/ directories.
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'board/galaxy5200/galaxy5200.c')
-rw-r--r-- | board/galaxy5200/galaxy5200.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/galaxy5200/galaxy5200.c b/board/galaxy5200/galaxy5200.c index 5aa9d3a6f10..d4a2245b2b6 100644 --- a/board/galaxy5200/galaxy5200.c +++ b/board/galaxy5200/galaxy5200.c @@ -33,7 +33,7 @@ #include <common.h> #include <mpc5xxx.h> #include <pci.h> -#include <asm-ppc/io.h> +#include <asm/io.h> #ifndef CONFIG_SYS_RAMBOOT static void sdram_start(int hi_addr) |