aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManjunath Goudar <[email protected]>2016-12-07 22:34:16 +0000
committerGreg Kroah-Hartman <[email protected]>2016-12-08 17:50:09 +0100
commit890f670756ec53d69ddadc1c151ad7377cec523a (patch)
treed6c9a4567ab20abdd0c31a79147e1d2db8e3b97c
parentbaf50a6f22e8d1405b3f4a13931cc6b6604d483e (diff)
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 <[email protected]> Acked-by: Vladimir Zapolskiy <[email protected]> Cc: Sylvain Lemieux <[email protected]> Cc: Alan Stern <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/usb/host/ohci-nxp.c2
1 files changed, 0 insertions, 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)