mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 06:16:56 +07:00
usb: musb: mark ->set_clock deprecated
... we will completely drop that need by moving clock handling to platform glue layer. Marking as deprecated will allow us to catch all users easily. Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
parent
f7ec94370f
commit
3b7029670d
@ -119,7 +119,7 @@ struct musb_hdrc_platform_data {
|
||||
int (*set_power)(int state);
|
||||
|
||||
/* Turn device clock on or off */
|
||||
int (*set_clock)(struct clk *clock, int is_on);
|
||||
int (*set_clock)(struct clk *clock, int is_on) __deprecated;
|
||||
|
||||
/* MUSB configuration-specific details */
|
||||
struct musb_hdrc_config *config;
|
||||
|
Loading…
Reference in New Issue
Block a user