From 5d364743f61ac748657ad96defc1ff832757288c Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Fri, 5 Aug 2016 13:59:10 +0530 Subject: usb: host: ehci-vf: Remove hardcoded USB host client configuration The current ehci-vf USB driver for Vybrid hardcodes the USB host and client functionality. Remove this. Signed-off-by: Sanchayan Maity Signed-off-by: Stefan Agner --- drivers/usb/host/ehci-vf.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/usb/host/ehci-vf.c b/drivers/usb/host/ehci-vf.c index ade81858a6..183c6ef141 100644 --- a/drivers/usb/host/ehci-vf.c +++ b/drivers/usb/host/ehci-vf.c @@ -174,11 +174,6 @@ int ehci_hcd_init(int index, enum usb_init_type init, if (index >= ARRAY_SIZE(nc_reg_bases)) return -EINVAL; - if (init == USB_INIT_DEVICE && index == 1) - return -ENODEV; - if (init == USB_INIT_HOST && index == 0) - return -ENODEV; - ehci = (struct usb_ehci *)nc_reg_bases[index]; /* Do board specific initialisation */ -- cgit v1.2.3