* [PATCH] rtc: rtc-mc13xxx: Staticize mc13xxx_rtc_idtable
@ 2011-10-05 14:43 Axel Lin
2011-10-05 18:49 ` Uwe Kleine-König
0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2011-10-05 14:43 UTC (permalink / raw)
To: linux-kernel; +Cc: Uwe Kleine-König, Alessandro Zummo, rtc-linux
Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
drivers/rtc/rtc-mc13xxx.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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",
}, {
--
1.7.4.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] rtc: rtc-mc13xxx: Staticize mc13xxx_rtc_idtable
2011-10-05 14:43 [PATCH] rtc: rtc-mc13xxx: Staticize mc13xxx_rtc_idtable Axel Lin
@ 2011-10-05 18:49 ` Uwe Kleine-König
0 siblings, 0 replies; 2+ messages in thread
From: Uwe Kleine-König @ 2011-10-05 18:49 UTC (permalink / raw)
To: Axel Lin; +Cc: linux-kernel, Alessandro Zummo, rtc-linux
On Wed, Oct 05, 2011 at 10:43:47PM +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <axel.lin@gmail.com>
I have that change in my tree, too, in a combo commit that still needs
splitting and mailing out.
Thanks and Acked-by: me.
Uwe
> ---
> drivers/rtc/rtc-mc13xxx.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> 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",
> }, {
--
Pengutronix e.K. | Uwe Kleine-König |
Industrial Linux Solutions | http://www.pengutronix.de/ |
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-10-05 18:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-05 14:43 [PATCH] rtc: rtc-mc13xxx: Staticize mc13xxx_rtc_idtable Axel Lin
2011-10-05 18:49 ` Uwe Kleine-König
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox