Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@xxxxxxxxx> Signed-off-by: Eric Miao <eric.y.miao@xxxxxxxxx> --- arch/arm/mach-pxa/stargate2.c | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/arch/arm/mach-pxa/stargate2.c b/arch/arm/mach-pxa/stargate2.c index cb5611d..3e3621d 100644 --- a/arch/arm/mach-pxa/stargate2.c +++ b/arch/arm/mach-pxa/stargate2.c @@ -956,13 +956,7 @@ static struct i2c_board_info __initdata stargate2_i2c_board_info[] = { /* Board doesn't support cable detection - so always lie and say * something is there. */ -static int sg2_udc_detect(void) -{ - return 1; -} - static struct pxa2xx_udc_mach_info stargate2_udc_info __initdata = { - .udc_is_connected = sg2_udc_detect, .udc_command = sg2_udc_command, }; -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html