Skip to content

Commit

Permalink
usb: musb: mark ->set_clock deprecated
Browse files Browse the repository at this point in the history
... 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>
  • Loading branch information
Felipe Balbi committed Dec 10, 2010
1 parent f7ec943 commit 3b70296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/usb/musb.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3b70296

Please sign in to comment.