From: Axel Lin Date: Tue, 10 Jan 2012 23:10:52 +0000 (-0800) Subject: drivers/rtc/rtc-mc13xxx.c: make mc13xxx_rtc_idtable static X-Git-Tag: v3.3-rc1~113^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a46481d7af1e6c59c03f3ddac400d9054f804952;p=profile%2Fivi%2Fkernel-x86-ivi.git drivers/rtc/rtc-mc13xxx.c: make mc13xxx_rtc_idtable static Signed-off-by: Axel Lin Acked-by: Uwe Kleine-König Cc: Alessandro Zummo Acked-by: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/rtc/rtc-mc13xxx.c b/drivers/rtc/rtc-mc13xxx.c index 9d0c3b4..546f685 100644 --- a/drivers/rtc/rtc-mc13xxx.c +++ b/drivers/rtc/rtc-mc13xxx.c @@ -399,7 +399,7 @@ static int __exit mc13xxx_rtc_remove(struct platform_device *pdev) return 0; } -const struct platform_device_id mc13xxx_rtc_idtable[] = { +static const struct platform_device_id mc13xxx_rtc_idtable[] = { { .name = "mc13783-rtc", }, {