diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-09-12 21:37:49 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-10-14 21:18:14 -0400 |
commit | 3ed0bcb4c5b0aba8b11e826f6fa2e189c56f8a5a (patch) | |
tree | bb800e7b199e753ace7d16f7d5e90e0f574c4479 /arch/arm/mach-imx/mx31moboard-smartbot.c | |
parent | ddffeb8c4d0331609ef2581d84de4d763607bd37 (diff) |
ARM: imx: include board headers in the same folder
The headers that are only used by board files do not necessarily
need to be in plat-mxc/include/mach. Move them to the same place
as those board files.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-imx/mx31moboard-smartbot.c')
-rw-r--r-- | arch/arm/mach-imx/mx31moboard-smartbot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mx31moboard-smartbot.c b/arch/arm/mach-imx/mx31moboard-smartbot.c index fabb801e7994..fc8d1785a02d 100644 --- a/arch/arm/mach-imx/mx31moboard-smartbot.c +++ b/arch/arm/mach-imx/mx31moboard-smartbot.c | |||
@@ -26,11 +26,11 @@ | |||
26 | #include <mach/common.h> | 26 | #include <mach/common.h> |
27 | #include <mach/hardware.h> | 27 | #include <mach/hardware.h> |
28 | #include <mach/iomux-mx3.h> | 28 | #include <mach/iomux-mx3.h> |
29 | #include <mach/board-mx31moboard.h> | ||
30 | #include <mach/ulpi.h> | 29 | #include <mach/ulpi.h> |
31 | 30 | ||
32 | #include <media/soc_camera.h> | 31 | #include <media/soc_camera.h> |
33 | 32 | ||
33 | #include "board-mx31moboard.h" | ||
34 | #include "devices-imx31.h" | 34 | #include "devices-imx31.h" |
35 | 35 | ||
36 | static unsigned int smartbot_pins[] = { | 36 | static unsigned int smartbot_pins[] = { |