Re: [PATCH 1/3] usb: host: remove ehci-msm.c

From: Alex Elder
Date: Thu Oct 26 2017 - 09:28:26 EST


On 10/26/2017 12:10 AM, Manu Gautam wrote:
> Hi,

I'll re-send with the kconfig updates pointed out by you and
Felipe Balbi. Sorry about that.

-Alex

>
> On 10/26/2017 3:31 AM, Alex Elder wrote:
>> No Qualcomm SoC requires the "ehci-msm.c" code any more. So remove it.
>>
>> Suggested-by: Stephen Boyd <sboyd@xxxxxxxxxxxxxx>
>> Signed-off-by: Alex Elder <elder@xxxxxxxxxx>
>> Acked-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx>
>> Acked-by: Andy Gross <andy.gross@xxxxxxxxxx>
>> ---
>> drivers/usb/host/Makefile | 1 -
>> drivers/usb/host/ehci-msm.c | 265 --------------------------------------------
>> 2 files changed, 266 deletions(-)
>> delete mode 100644 drivers/usb/host/ehci-msm.c
>>
>> diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Makefile
>> index cf2691fffcc0..1645c549bdb1 100644
>> --- a/drivers/usb/host/Makefile
>> +++ b/drivers/usb/host/Makefile
>> @@ -39,7 +39,6 @@ obj-$(CONFIG_USB_EHCI_HCD_SPEAR) += ehci-spear.o
>> obj-$(CONFIG_USB_EHCI_HCD_STI) += ehci-st.o
>> obj-$(CONFIG_USB_EHCI_EXYNOS) += ehci-exynos.o
>> obj-$(CONFIG_USB_EHCI_HCD_AT91) += ehci-atmel.o
>> -obj-$(CONFIG_USB_EHCI_MSM) += ehci-msm.o
>
> drivers/usb/host/Kconfig also needs update?
>