diff options
author | Felipe Balbi <balbi@ti.com> | 2013-03-07 03:45:56 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-03-18 05:18:03 -0400 |
commit | 7009bdd7f31ed6e769af0f76e2368bb6033be572 (patch) | |
tree | 77937b38a3e34edce74c966695849bf528575271 /include/linux/usb | |
parent | 42c0bf1ce7c067bbc3e77d5626f102a16bc4fb6b (diff) |
usb: otg: move usb_otg_state_string to usb-common.c
otg.c only had a single function definition
which might make more sense to be placed in
usb-common.c. While doing that, we also delete
otg.c since it's now empty.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'include/linux/usb')
-rw-r--r-- | include/linux/usb/otg.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/usb/otg.h b/include/linux/usb/otg.h index 9f9fb3927b0a..291e01ba32e5 100644 --- a/include/linux/usb/otg.h +++ b/include/linux/usb/otg.h | |||
@@ -36,14 +36,7 @@ struct usb_otg { | |||
36 | 36 | ||
37 | }; | 37 | }; |
38 | 38 | ||
39 | #ifdef CONFIG_USB_OTG_UTILS | ||
40 | extern const char *usb_otg_state_string(enum usb_otg_state state); | 39 | extern const char *usb_otg_state_string(enum usb_otg_state state); |
41 | #else | ||
42 | static inline const char *usb_otg_state_string(enum usb_otg_state state) | ||
43 | { | ||
44 | return NULL; | ||
45 | } | ||
46 | #endif | ||
47 | 40 | ||
48 | /* Context: can sleep */ | 41 | /* Context: can sleep */ |
49 | static inline int | 42 | static inline int |