diff options
Diffstat (limited to 'include/linux/usb')
| -rw-r--r-- | include/linux/usb/otg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/usb/otg.h b/include/linux/usb/otg.h index e8a5fe87c6bd..9f9fb3927b0a 100644 --- a/include/linux/usb/otg.h +++ b/include/linux/usb/otg.h | |||
| @@ -37,9 +37,9 @@ struct usb_otg { | |||
| 37 | }; | 37 | }; |
| 38 | 38 | ||
| 39 | #ifdef CONFIG_USB_OTG_UTILS | 39 | #ifdef CONFIG_USB_OTG_UTILS |
| 40 | extern const char *otg_state_string(enum usb_otg_state state); | 40 | extern const char *usb_otg_state_string(enum usb_otg_state state); |
| 41 | #else | 41 | #else |
| 42 | static inline const char *otg_state_string(enum usb_otg_state state) | 42 | static inline const char *usb_otg_state_string(enum usb_otg_state state) |
| 43 | { | 43 | { |
| 44 | return NULL; | 44 | return NULL; |
| 45 | } | 45 | } |
