diff options
author | Jingoo Han <jg1.han@samsung.com> | 2013-02-12 18:29:15 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-04-08 08:54:16 -0400 |
commit | b82718565c74a4f313163da8e1ce12af4bc9d34e (patch) | |
tree | fb310d75cd0ed5f309b73f1d6f3fb99b4a3d1682 /arch/arm/mach-exynos/mach-smdkv310.c | |
parent | ba7a9a784fbcfe1f0d9b3613c78f21a6fec94768 (diff) |
ARM: EXYNOS: change the name of USB ohci header
This patch changes the name of USB ohci header from 'usb-exynos.h'
to 'usb-ohci-exynos.h'. This is because this header file has
the platdata for only EXYNOS OHCI.
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/mach-smdkv310.c')
-rw-r--r-- | arch/arm/mach-exynos/mach-smdkv310.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/mach-smdkv310.c b/arch/arm/mach-exynos/mach-smdkv310.c index d71672922b19..8270929d7b44 100644 --- a/arch/arm/mach-exynos/mach-smdkv310.c +++ b/arch/arm/mach-exynos/mach-smdkv310.c | |||
@@ -23,7 +23,7 @@ | |||
23 | #include <linux/platform_data/i2c-s3c2410.h> | 23 | #include <linux/platform_data/i2c-s3c2410.h> |
24 | #include <linux/platform_data/s3c-hsotg.h> | 24 | #include <linux/platform_data/s3c-hsotg.h> |
25 | #include <linux/platform_data/usb-ehci-s5p.h> | 25 | #include <linux/platform_data/usb-ehci-s5p.h> |
26 | #include <linux/platform_data/usb-exynos.h> | 26 | #include <linux/platform_data/usb-ohci-exynos.h> |
27 | 27 | ||
28 | #include <asm/mach/arch.h> | 28 | #include <asm/mach/arch.h> |
29 | #include <asm/mach-types.h> | 29 | #include <asm/mach-types.h> |