aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-mv.c
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-12-21 07:50:08 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-12-30 20:11:29 +0100
commit92f983520cb82c407a091bbeabb505fc97419d3a (patch)
treebf568e1b3e036f6a212c8be86cf1b1552c4cd9c2 /drivers/usb/host/ehci-mv.c
parentUSB: EHCI: ehci-mv: make the PHY optional (diff)
downloadlinux-dev-92f983520cb82c407a091bbeabb505fc97419d3a.tar.xz
linux-dev-92f983520cb82c407a091bbeabb505fc97419d3a.zip
USB: EHCI: ehci-mv: drop pxa_ehci_type and some device IDs
This is merely a cleanup. None of these is used anywhere. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Acked-by: Alan Stern <stern@rowland.harvard.edu> Link: https://lore.kernel.org/r/20191221065008.266445-4-lkundrak@v3.sk Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/ehci-mv.c')
-rw-r--r--drivers/usb/host/ehci-mv.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/usb/host/ehci-mv.c b/drivers/usb/host/ehci-mv.c
index d476a2516bf6..57e97903e7eb 100644
--- a/drivers/usb/host/ehci-mv.c
+++ b/drivers/usb/host/ehci-mv.c
@@ -246,10 +246,8 @@ static int mv_ehci_remove(struct platform_device *pdev)
MODULE_ALIAS("mv-ehci");
static const struct platform_device_id ehci_id_table[] = {
- {"pxa-u2oehci", PXA_U2OEHCI},
- {"pxa-sph", PXA_SPH},
- {"mmp3-hsic", MMP3_HSIC},
- {"mmp3-fsic", MMP3_FSIC},
+ {"pxa-u2oehci", 0},
+ {"pxa-sph", 0},
{},
};