diff options
author | Jingoo Han <jg1.han@samsung.com> | 2013-02-12 15:29:15 -0800 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-04-08 21:54:16 +0900 |
commit | b82718565c74a4f313163da8e1ce12af4bc9d34e (patch) | |
tree | fb310d75cd0ed5f309b73f1d6f3fb99b4a3d1682 /drivers/usb/host/ohci-exynos.c | |
parent | ba7a9a784fbcfe1f0d9b3613c78f21a6fec94768 (diff) | |
download | blackbird-obmc-linux-b82718565c74a4f313163da8e1ce12af4bc9d34e.tar.gz blackbird-obmc-linux-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 'drivers/usb/host/ohci-exynos.c')
-rw-r--r-- | drivers/usb/host/ohci-exynos.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-exynos.c b/drivers/usb/host/ohci-exynos.c index e3b7e85120e4..0bd6f47dfdc4 100644 --- a/drivers/usb/host/ohci-exynos.c +++ b/drivers/usb/host/ohci-exynos.c @@ -14,9 +14,10 @@ #include <linux/clk.h> #include <linux/of.h> #include <linux/platform_device.h> -#include <linux/platform_data/usb-exynos.h> +#include <linux/platform_data/usb-ohci-exynos.h> #include <linux/usb/phy.h> #include <linux/usb/samsung_usb_phy.h> + #include <plat/usb-phy.h> struct exynos_ohci_hcd { |