aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/core_intr.c
diff options
context:
space:
mode:
authorMian Yousaf Kaukab <yousaf.kaukab@intel.com>2015-04-29 22:09:18 +0200
committerFelipe Balbi <balbi@ti.com>2015-04-29 15:20:11 -0500
commit2d1165a4b95e25aed83fed737d53ab0c87b831e6 (patch)
treecbcd7f4312a8f08fab1e8050735750b94c51963b /drivers/usb/dwc2/core_intr.c
parentusb: dwc2: host: implement test mode (diff)
downloadlinux-dev-2d1165a4b95e25aed83fed737d53ab0c87b831e6.tar.xz
linux-dev-2d1165a4b95e25aed83fed737d53ab0c87b831e6.zip
usb: dwc2: remove dwc2_platform.ko
As dwc2 pci module is now exporting dwc2 platform device, include platform.o in dwc2-y and remove USB_DWC2_PLATFORM configuration option. Driver will be built as two modules, dwc2.ko and dwc2_pci.ko. dwc2.ko is the new platform driver. Remove all EXPORT_SYMBOL_GPL as they are not needed any more. Acked-by: John Youn <johnyoun@synopsys.com> Signed-off-by: Mian Yousaf Kaukab <yousaf.kaukab@intel.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/dwc2/core_intr.c')
-rw-r--r--drivers/usb/dwc2/core_intr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/dwc2/core_intr.c b/drivers/usb/dwc2/core_intr.c
index 0b7f2b2e580e..9e510bb612bd 100644
--- a/drivers/usb/dwc2/core_intr.c
+++ b/drivers/usb/dwc2/core_intr.c
@@ -559,4 +559,3 @@ out:
spin_unlock(&hsotg->lock);
return retval;
}
-EXPORT_SYMBOL_GPL(dwc2_handle_common_intr);