From 890f670756ec53d69ddadc1c151ad7377cec523a Mon Sep 17 00:00:00 2001 From: Manjunath Goudar Date: Wed, 7 Dec 2016 22:34:16 +0000 Subject: USB: OHCI: nxp: remove useless extern declaration Remove usb_disabled() extern declaration as it is already declared as extern in include/linux/usb.h. Signed-off-by: Manjunath Goudar Acked-by: Vladimir Zapolskiy Cc: Sylvain Lemieux Cc: Alan Stern Cc: linux-arm-kernel@lists.infradead.org Cc: linux-usb@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Greg Kroah-Hartman --- drivers/usb/host/ohci-nxp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/usb/host/ohci-nxp.c b/drivers/usb/host/ohci-nxp.c index b7d4756232ae..1843f0429462 100644 --- a/drivers/usb/host/ohci-nxp.c +++ b/drivers/usb/host/ohci-nxp.c @@ -56,8 +56,6 @@ static struct hc_driver __read_mostly ohci_nxp_hc_driver; static struct i2c_client *isp1301_i2c_client; -extern int usb_disabled(void); - static struct clk *usb_host_clk; static void isp1301_configure_lpc32xx(void) -- cgit v1.2.3