summaryrefslogtreecommitdiffstats
path: root/board/tqc/tqm834x
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2010-04-12 22:28:07 -0500
committerWolfgang Denk <wd@denx.de>2010-04-13 09:13:04 +0200
commit61f2b38a17f5b21c59f2afe6cf1cbb5f28638cf9 (patch)
tree1e9ace3a9e030f0fd07fbbca663c148c195f0a3d /board/tqc/tqm834x
parent0de71d507157c4bd4fddcd3a419140d2b986eed2 (diff)
downloadblackbird-obmc-uboot-61f2b38a17f5b21c59f2afe6cf1cbb5f28638cf9.tar.gz
blackbird-obmc-uboot-61f2b38a17f5b21c59f2afe6cf1cbb5f28638cf9.zip
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/tqc/tqm834x')
-rw-r--r--board/tqc/tqm834x/tqm834x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/tqc/tqm834x/tqm834x.c b/board/tqc/tqm834x/tqm834x.c
index 4fd8cd6969..e5648799a6 100644
--- a/board/tqc/tqm834x/tqm834x.c
+++ b/board/tqc/tqm834x/tqm834x.c
@@ -28,7 +28,7 @@
#include <asm/mpc8349_pci.h>
#include <i2c.h>
#include <miiphy.h>
-#include <asm-ppc/mmu.h>
+#include <asm/mmu.h>
#include <pci.h>
DECLARE_GLOBAL_DATA_PTR;
OpenPOWER on IntegriCloud