diff options
author | Jingoo Han <jg1.han@samsung.com> | 2013-10-10 03:42:47 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-10-11 19:56:00 -0400 |
commit | 29824c167bead38986d5e8d33008680c62478777 (patch) | |
tree | d4b9d00706dd3892528f6a4e718d432afa158693 /drivers/usb/host/Makefile | |
parent | 57ae1605c0f511bca212787d28d79a3f82c0a7f9 (diff) |
USB: host: Rename ehci-s5p to ehci-exynos
Currently, Samsung is using 'EXYNOS' as the name of Samsung SoCs.
Thus, ehci-exynos is preferred than ehci-s5p.
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/Makefile')
-rw-r--r-- | drivers/usb/host/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Makefile index 0b9fdeecf683..9dc11c2ee454 100644 --- a/drivers/usb/host/Makefile +++ b/drivers/usb/host/Makefile | |||
@@ -34,7 +34,7 @@ obj-$(CONFIG_USB_EHCI_MXC) += ehci-mxc.o | |||
34 | obj-$(CONFIG_USB_EHCI_HCD_OMAP) += ehci-omap.o | 34 | obj-$(CONFIG_USB_EHCI_HCD_OMAP) += ehci-omap.o |
35 | obj-$(CONFIG_USB_EHCI_HCD_ORION) += ehci-orion.o | 35 | obj-$(CONFIG_USB_EHCI_HCD_ORION) += ehci-orion.o |
36 | obj-$(CONFIG_USB_EHCI_HCD_SPEAR) += ehci-spear.o | 36 | obj-$(CONFIG_USB_EHCI_HCD_SPEAR) += ehci-spear.o |
37 | obj-$(CONFIG_USB_EHCI_S5P) += ehci-s5p.o | 37 | obj-$(CONFIG_USB_EHCI_EXYNOS) += ehci-exynos.o |
38 | obj-$(CONFIG_USB_EHCI_HCD_AT91) += ehci-atmel.o | 38 | obj-$(CONFIG_USB_EHCI_HCD_AT91) += ehci-atmel.o |
39 | obj-$(CONFIG_USB_EHCI_MSM) += ehci-msm.o | 39 | obj-$(CONFIG_USB_EHCI_MSM) += ehci-msm.o |
40 | obj-$(CONFIG_USB_EHCI_TEGRA) += ehci-tegra.o | 40 | obj-$(CONFIG_USB_EHCI_TEGRA) += ehci-tegra.o |