aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/dev-ohci.c
diff options
context:
space:
mode:
authorJingoo Han <jg1.han@samsung.com>2013-02-12 15:29:15 -0800
committerKukjin Kim <kgene.kim@samsung.com>2013-04-08 21:54:16 +0900
commitb82718565c74a4f313163da8e1ce12af4bc9d34e (patch)
treefb310d75cd0ed5f309b73f1d6f3fb99b4a3d1682 /arch/arm/mach-exynos/dev-ohci.c
parentARM: SAMSUNG: Remove unnecessary code for dma (diff)
downloadlinux-dev-b82718565c74a4f313163da8e1ce12af4bc9d34e.tar.xz
linux-dev-b82718565c74a4f313163da8e1ce12af4bc9d34e.zip
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/dev-ohci.c')
-rw-r--r--arch/arm/mach-exynos/dev-ohci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/dev-ohci.c b/arch/arm/mach-exynos/dev-ohci.c
index 4244d02dafbd..d5bc129e6bb7 100644
--- a/arch/arm/mach-exynos/dev-ohci.c
+++ b/arch/arm/mach-exynos/dev-ohci.c
@@ -12,7 +12,7 @@
#include <linux/dma-mapping.h>
#include <linux/platform_device.h>
-#include <linux/platform_data/usb-exynos.h>
+#include <linux/platform_data/usb-ohci-exynos.h>
#include <mach/irqs.h>
#include <mach/map.h>