summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLi Jun <jun.li@freescale.com>2015-06-18 15:08:43 +0800
committerNitin Garg <nitin.garg@freescale.com>2015-09-17 09:23:53 -0500
commit61b7142bd9a5b32d246de270b558cb9043a64673 (patch)
tree93ca4c38d04be5ced8cc2afad244177e726136ca /include
parent4a5bb341e6b97cf5632ae87fcc94288c970c2c8d (diff)
MLK-11123-17 usb: common: remove of_usb_otg_adp_support
Since we have of_usb_set_otg_caps to cover all otg related features, remove of_usb_otg_adp_support. Signed-off-by: Li Jun <jun.li@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/usb/of.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/usb/of.h b/include/linux/usb/of.h
index f652d6062309..63397992d0a2 100644
--- a/include/linux/usb/of.h
+++ b/include/linux/usb/of.h
@@ -15,7 +15,6 @@
enum usb_dr_mode of_usb_get_dr_mode(struct device_node *np);
enum usb_device_speed of_usb_get_maximum_speed(struct device_node *np);
bool of_usb_host_tpl_support(struct device_node *np);
-bool of_usb_otg_adp_support(struct device_node *np);
void of_usb_set_otg_caps(struct device_node *np,
struct usb_otg_caps *otg_caps);
#else
@@ -33,10 +32,6 @@ static inline bool of_usb_host_tpl_support(struct device_node *np)
{
return false;
}
-static inline bool of_usb_otg_srp_support(struct device_node *np)
-{
- return false;
-}
static inline void of_usb_set_otg_caps(struct device_node *np,
struct usb_otg_caps *otg_caps)
{