USB: ehci-s5p: Remove non-DT support
authorJingoo Han <jg1.han@samsung.com>
Thu, 10 Oct 2013 07:41:19 +0000 (16:41 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Oct 2013 23:53:42 +0000 (16:53 -0700)
commit57ae1605c0f511bca212787d28d79a3f82c0a7f9
tree8ad15aa918a8859e5413a7f03914e433b0a67a60
parenta4b3f029c90c45e0e2dd961abdaff70b86dd7efa
USB: ehci-s5p: Remove non-DT support

The non-DT for EXYNOS SoCs is not supported from v3.11.
Thus, there is no need to support non-DT for Exynos EHCI driver.

The 'include/linux/platform_data/usb-ehci-s5p.h' file has been
used for non-DT support. Thus, the 'usb-ehci-s5p.h' file can
be removed.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-s5p.c
include/linux/platform_data/usb-ehci-s5p.h [deleted file]