From 7e9cb7962f401439c9f107878100810b138f6ab9 Mon Sep 17 00:00:00 2001 From: Joonyoung Shim Date: Tue, 3 Mar 2015 17:32:09 +0100 Subject: usb: dwc3: make dwc3_set_mode to static This commit makes the dwc3_set_mode() as static, to prevent collisions. Signed-off-by: Joonyoung Shim Signed-off-by: Lukasz Majewski --- drivers/usb/dwc3/core.h | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/usb/dwc3/core.h') diff --git a/drivers/usb/dwc3/core.h b/drivers/usb/dwc3/core.h index 5288a18c81..72d2fcdd3f 100644 --- a/drivers/usb/dwc3/core.h +++ b/drivers/usb/dwc3/core.h @@ -987,7 +987,6 @@ struct dwc3_gadget_ep_cmd_params { #define DWC3_HAS_OTG BIT(3) /* prototypes */ -void dwc3_set_mode(struct dwc3 *dwc, u32 mode); int dwc3_gadget_resize_tx_fifos(struct dwc3 *dwc); #ifdef CONFIG_USB_DWC3_HOST -- cgit v1.2.3