From: csmanjuvijay@gmail.com (csmanjuvijay at gmail.com)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/3] USB: OHCI: nxp: remove useless extern declaration
Date: Sat, 3 Dec 2016 03:25:23 +0000 [thread overview]
Message-ID: <1480735523-23950-4-git-send-email-csmanjuvijay@gmail.com> (raw)
In-Reply-To: <1480735523-23950-1-git-send-email-csmanjuvijay@gmail.com>
From: Manjunath Goudar <csmanjuvijay@gmail.com>
Remove usb_disabled() extern declaration as it is already declared
as EXPORT_SYMBOL_GPL declaration.
Signed-off-by: Manjunath Goudar <csmanjuvijay@gmail.com>
Cc: Vladimir Zapolskiy <vz@mleia.com>
Cc: Sylvain Lemieux <slemieux.tyco@gmail.com>
Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-arm-kernel at lists.infradead.org
Cc: linux-usb at vger.kernel.org
Cc: linux-kernel at vger.kernel.org
---
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 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)
--
2.7.4
next parent reply other threads:[~2016-12-03 3:25 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1480735523-23950-1-git-send-email-csmanjuvijay@gmail.com>
2016-12-03 3:25 ` csmanjuvijay at gmail.com [this message]
2016-12-05 14:11 ` [PATCH 3/3] USB: OHCI: nxp: remove useless extern declaration Greg Kroah-Hartman
2016-12-05 14:12 ` Greg Kroah-Hartman
[not found] ` <1481150056-3623-1-git-send-email-csmanjuvijay@gmail.com>
2016-12-07 22:34 ` [PATCH v2 " csmanjuvijay at gmail.com
2016-12-08 1:35 ` Vladimir Zapolskiy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1480735523-23950-4-git-send-email-csmanjuvijay@gmail.com \
--to=csmanjuvijay@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).