commit | 133c0fe153106cdecc8a6ccb2d7d87c173841ee9 | [log] [tgz] |
---|---|---|
author | Peter Tyser <ptyser@xes-inc.com> | Mon Apr 12 22:28:07 2010 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Tue Apr 13 09:13:04 2010 +0200 |
tree | 1e9ace3a9e030f0fd07fbbca663c148c195f0a3d | |
parent | 8e7788f4bca3167f231e1f4c27dcccc9781d2fc5 [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>