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