Message ID | 1480735523-23950-4-git-send-email-csmanjuvijay@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Sat, Dec 03, 2016 at 03:25:23AM +0000, csmanjuvijay@gmail.com wrote: > From: Manjunath Goudar <csmanjuvijay@gmail.com> > > Remove usb_disabled() extern declaration as it is already declared > as EXPORT_SYMBOL_GPL declaration. And same thing again...
On Sat, Dec 03, 2016 at 03:25:23AM +0000, csmanjuvijay@gmail.com wrote: > From: Manjunath Goudar <csmanjuvijay@gmail.com> > > Remove usb_disabled() extern declaration as it is already declared > as EXPORT_SYMBOL_GPL declaration. merge this with your first patch please, it belongs with it.
diff --git a/drivers/usb/host/ohci-nxp.c b/drivers/usb/host/ohci-nxp.c index b7d4756..1843f04 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)