aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap
diff options
context:
space:
mode:
authorRuslan Bilovol <ruslan.bilovol@ti.com>2012-06-20 12:56:39 +0300
committerDmytro Kedrovskyi <x0169235@ti.com>2012-09-12 19:13:40 +0300
commit58cc7f222456c9a2ef728c9c869a7a9bca9da8eb (patch)
tree68925410a3b48b48cdfda3766a4ce1d00867e425 /arch/arm/plat-omap
parenta25aabe22015a5088b8170d072833773fbb6e4af (diff)
downloadkernel_samsung_espresso10-58cc7f222456c9a2ef728c9c869a7a9bca9da8eb.zip
kernel_samsung_espresso10-58cc7f222456c9a2ef728c9c869a7a9bca9da8eb.tar.gz
kernel_samsung_espresso10-58cc7f222456c9a2ef728c9c869a7a9bca9da8eb.tar.bz2
OMAP4: USB: remove unused function twl6030_set_phy_clk
This function is redundant and not used anywhere. Remove it and change associated code accordingly Change-Id: I06ba222429cfe89a401b426a211d1752e646450a Signed-off-by: Ruslan Bilovol <ruslan.bilovol@ti.com>
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r--arch/arm/plat-omap/include/plat/usb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/include/plat/usb.h b/arch/arm/plat-omap/include/plat/usb.h
index 422906a..feb834e 100644
--- a/arch/arm/plat-omap/include/plat/usb.h
+++ b/arch/arm/plat-omap/include/plat/usb.h
@@ -113,7 +113,6 @@ extern void usb_musb_init(struct omap_musb_board_data *board_data);
extern void usbhs_init(const struct usbhs_omap_board_data *pdata);
extern int omap4430_phy_power(struct device *dev, int ID, int on);
-extern int omap4430_phy_set_clk(struct device *dev, int on);
extern int omap4430_phy_init(struct device *dev);
extern int omap4430_phy_exit(struct device *dev);
extern int omap4_charger_detect(void);