aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb/musb.h
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2010-12-02 10:55:29 +0200
committerFelipe Balbi <balbi@ti.com>2010-12-10 10:21:25 +0200
commitfa56df915d101770a495569473b4c13b1904087b (patch)
treef10abb5731bc4c8ea62b57af760049782c913faa /include/linux/usb/musb.h
parentusb: musb: move clock handling to glue layer (diff)
downloadlinux-dev-fa56df915d101770a495569473b4c13b1904087b.tar.xz
linux-dev-fa56df915d101770a495569473b4c13b1904087b.zip
usb: musb: drop the set_clock magic
now that platform glue layer handles clock completely, that function is completely useless for us. Drop it. Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'include/linux/usb/musb.h')
-rw-r--r--include/linux/usb/musb.h3
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 {
/* Power the device on or off */
int (*set_power)(int state);
- /* Turn device clock on or off */
- int (*set_clock)(struct clk *clock, int is_on) __deprecated;
-
/* MUSB configuration-specific details */
struct musb_hdrc_config *config;