All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [09/17] usb: dwc2: Make dwc2_force_mode() static
@ 2018-01-19 10:43 Grigor Tovmasyan
  0 siblings, 0 replies; only message in thread
From: Grigor Tovmasyan @ 2018-01-19 10:43 UTC (permalink / raw
  To: John Youn, Felipe Balbi, Greg Kroah-Hartman, linux-usb; +Cc: Grigor Tovmasyan

Declared dwc2_force_mode() function as static, because it was used
only in core.c file, for fixing sparse error.

Signed-off-by: Grigor Tovmasyan <tovmasya@synopsys.com>
---
 drivers/usb/dwc2/core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/dwc2/core.c b/drivers/usb/dwc2/core.c
index 9898343aa244..6868ddf972f7 100644
--- a/drivers/usb/dwc2/core.c
+++ b/drivers/usb/dwc2/core.c
@@ -435,7 +435,7 @@ void dwc2_force_mode(struct dwc2_hsotg *hsotg, bool host)
  * the force mode. We only need to call this once during probe if
  * dr_mode == OTG.
  */
-void dwc2_clear_force_mode(struct dwc2_hsotg *hsotg)
+static void dwc2_clear_force_mode(struct dwc2_hsotg *hsotg)
 {
 	u32 gusbcfg;
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-01-19 10:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-19 10:43 [09/17] usb: dwc2: Make dwc2_force_mode() static Grigor Tovmasyan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.