From: Manjunath Goudar Date: Wed, 7 Dec 2016 22:34:14 +0000 (+0000) Subject: USB: OHCI: at91: remove useless extern declaration X-Git-Tag: Ubuntu-4.10.0-19.21~2043^2~4 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=baf50a6f22e8d1405b3f4a13931cc6b6604d483e;p=mirror_ubuntu-artful-kernel.git USB: OHCI: at91: 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 Cc: Alan Stern Cc: Greg Kroah-Hartman Cc: linux-usb@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/ohci-at91.c b/drivers/usb/host/ohci-at91.c index 1b2e09c32c6b..be9e63836881 100644 --- a/drivers/usb/host/ohci-at91.c +++ b/drivers/usb/host/ohci-at91.c @@ -68,8 +68,6 @@ static const struct ohci_driver_overrides ohci_at91_drv_overrides __initconst = .extra_priv_size = sizeof(struct ohci_at91_priv), }; -extern int usb_disabled(void); - /*-------------------------------------------------------------------------*/ static void at91_start_clock(struct ohci_at91_priv *ohci_at91)