Re: [PATCH 1/3] USB: OHCI: at91: remove useless extern declaration

From: Greg Kroah-Hartman
Date: Mon Dec 05 2016 - 09:10:28 EST


On Sat, Dec 03, 2016 at 03:25:21AM +0000, csmanjuvijay@xxxxxxxxx wrote:
> From: Manjunath Goudar <csmanjuvijay@xxxxxxxxx>
>
> Remove usb_disabled() extern declaration as it is already declared
> as EXPORT_SYMBOL_GPL declaration in drivers/usb/core/usb.c

The EXPORT_SYMBOL_GPL() has nothing to do with this, it's the fact that
it is exported in include/linux/usb.h that matters.

Please fix the text up and resend.

thanks,

greg k-h