diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-09-13 09:46:09 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-10-14 22:03:11 -0400 |
commit | 39ef6340c702ea734ef5a9a38858e96e05b4b5cc (patch) | |
tree | f69eb463507547a80a97cfc2aa782b9842a6f591 /arch/arm/mach-imx/mach-mx27_3ds.c | |
parent | c045e3f137362fa34b337cdca66d3f6000a3b094 (diff) |
ARM: imx: include ulpi.h rather than mach/ulpi.h
Rename mach-imx/include/mach/ulpi.h to mach-imx/ulpi.h, and update
users to include ulpi.h rather than mach/ulpi.h.
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/mach-mx27_3ds.c')
-rw-r--r-- | arch/arm/mach-imx/mach-mx27_3ds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-mx27_3ds.c b/arch/arm/mach-imx/mach-mx27_3ds.c index 5f78bb2dc84c..a54df771c23c 100644 --- a/arch/arm/mach-imx/mach-mx27_3ds.c +++ b/arch/arm/mach-imx/mach-mx27_3ds.c | |||
@@ -37,12 +37,12 @@ | |||
37 | #include <asm/mach/arch.h> | 37 | #include <asm/mach/arch.h> |
38 | #include <asm/mach/time.h> | 38 | #include <asm/mach/time.h> |
39 | #include <mach/hardware.h> | 39 | #include <mach/hardware.h> |
40 | #include <mach/ulpi.h> | ||
41 | 40 | ||
42 | #include "3ds_debugboard.h" | 41 | #include "3ds_debugboard.h" |
43 | #include "common.h" | 42 | #include "common.h" |
44 | #include "devices-imx27.h" | 43 | #include "devices-imx27.h" |
45 | #include "iomux-mx27.h" | 44 | #include "iomux-mx27.h" |
45 | #include "ulpi.h" | ||
46 | 46 | ||
47 | #define SD1_EN_GPIO IMX_GPIO_NR(2, 25) | 47 | #define SD1_EN_GPIO IMX_GPIO_NR(2, 25) |
48 | #define OTG_PHY_RESET_GPIO IMX_GPIO_NR(2, 23) | 48 | #define OTG_PHY_RESET_GPIO IMX_GPIO_NR(2, 23) |