aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/usb/musb/musb_core.h2
-rw-r--r--include/linux/usb/musb.h3
2 files changed, 0 insertions, 5 deletions
diff --git a/drivers/usb/musb/musb_core.h b/drivers/usb/musb/musb_core.h
index 6c8e9630fb1..1e538675ab8 100644
--- a/drivers/usb/musb/musb_core.h
+++ b/drivers/usb/musb/musb_core.h
@@ -455,8 +455,6 @@ struct musb {
455 u8 board_mode; /* enum musb_mode */ 455 u8 board_mode; /* enum musb_mode */
456 int (*board_set_power)(int state); 456 int (*board_set_power)(int state);
457 457
458 int (*set_clock)(struct clk *clk, int is_active);
459
460 u8 min_power; /* vbus for periph, in mA/2 */ 458 u8 min_power; /* vbus for periph, in mA/2 */
461 459
462 bool is_host; 460 bool is_host;
diff --git a/include/linux/usb/musb.h b/include/linux/usb/musb.h
index 0b72b574164..0b0e383035e 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