From 4a5bb341e6b97cf5632ae87fcc94288c970c2c8d Mon Sep 17 00:00:00 2001 From: Li Jun Date: Thu, 18 Jun 2015 14:52:11 +0800 Subject: MLK-11123-16 usb: chipidea: otg: remove adp_support from ci_hdrc_platform_data Since we introduce usb_otg_caps in ci_hdrc_platform_data to cover all otg related features, remove adp_support from ci_hdrc_platform_data. Signed-off-by: Li Jun --- include/linux/usb/chipidea.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/linux/usb/chipidea.h b/include/linux/usb/chipidea.h index fbb1b0f4bdf4..e3ea5b5a2cad 100644 --- a/include/linux/usb/chipidea.h +++ b/include/linux/usb/chipidea.h @@ -55,7 +55,6 @@ struct ci_hdrc_platform_data { struct regulator *reg_vbus; struct usb_otg_caps ci_otg_caps; bool tpl_support; - bool adp_support; u32 ahbburst_config; u32 burst_length; u32 phy_clkgate_delay_us; -- cgit v1.2.3