usb: dwc3: exynos: remove non-DT support for Exynos Specific Glue layer
authorJingoo Han <jg1.han@samsung.com>
Tue, 4 Nov 2014 02:01:47 +0000 (11:01 +0900)
committerFelipe Balbi <balbi@ti.com>
Wed, 5 Nov 2014 19:22:19 +0000 (13:22 -0600)
commitb4c9f578cb9608f7de0c89aa637a6af4a48061ef
treeea917a51f732633820dde7b65cfd77625cf13434
parentcdeb79431331ff0eb5a8b6a31923497aa56d25a7
usb: dwc3: exynos: remove non-DT support for Exynos Specific Glue layer

DWC3 Exynos Specific Glue layer can be used only for Exynos SoCs.
In addition, non-DT for EXYNOS SoCs is not supported from v3.11;
thus, there is no need to support non-DT for DWC3 Exynos Specific
Glue layer.

The 'linux/platform_data/dwc3-exynos.h' file has been used for
non-DT support. Thus, the 'dwc3-exynos.h' file is removed, because
it is not used anymore.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/Kconfig
drivers/usb/dwc3/dwc3-exynos.c
include/linux/platform_data/dwc3-exynos.h [deleted file]