From patchwork Sat Dec 17 03:55:27 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: rtc: Staticise jz4740_rtc_driver Date: Fri, 16 Dec 2011 17:55:27 -0000 From: Axel Lin X-Patchwork-Id: 131976 Message-Id: <1324094127.2554.0.camel@phoenix> To: linux-kernel@vger.kernel.org Cc: Lars-Peter Clausen , Alessandro Zummo , rtc-linux@googlegroups.com, Andrew Morton jz4740_rtc_driver is not used outside this driver so no need to make the symbol global. Signed-off-by: Axel Lin --- drivers/rtc/rtc-jz4740.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/rtc/rtc-jz4740.c b/drivers/rtc/rtc-jz4740.c index 1481e36..05ab227 100644 --- a/drivers/rtc/rtc-jz4740.c +++ b/drivers/rtc/rtc-jz4740.c @@ -345,7 +345,7 @@ static const struct dev_pm_ops jz4740_pm_ops = { #define JZ4740_RTC_PM_OPS NULL #endif /* CONFIG_PM */ -struct platform_driver jz4740_rtc_driver = { +static struct platform_driver jz4740_rtc_driver = { .probe = jz4740_rtc_probe, .remove = __devexit_p(jz4740_rtc_remove), .driver = {