diff options
Diffstat (limited to 'include/linux/usb')
-rw-r--r-- | include/linux/usb/musb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/usb/musb.h b/include/linux/usb/musb.h index 0b72b5741645..0b0e383035e5 100644 --- a/include/linux/usb/musb.h +++ b/include/linux/usb/musb.h | |||
@@ -118,9 +118,6 @@ struct musb_hdrc_platform_data { | |||
118 | /* Power the device on or off */ | 118 | /* Power the device on or off */ |
119 | int (*set_power)(int state); | 119 | int (*set_power)(int state); |
120 | 120 | ||
121 | /* Turn device clock on or off */ | ||
122 | int (*set_clock)(struct clk *clock, int is_on) __deprecated; | ||
123 | |||
124 | /* MUSB configuration-specific details */ | 121 | /* MUSB configuration-specific details */ |
125 | struct musb_hdrc_config *config; | 122 | struct musb_hdrc_config *config; |
126 | 123 | ||