| Submitter | Axel Lin |
|---|---|
| Date | Dec. 15, 2011, 6:50 a.m. |
| Message ID | <1323931833.3305.3.camel@phoenix> |
| Download | mbox | patch |
| Permalink | /patch/131522/ |
| State | New |
| Headers | show |
Comments
On 14:50 Thu 15 Dec , Axel Lin wrote: > Signed-off-by: Axel Lin <axel.lin@gmail.com> > Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Best Regarfds, J.
Patch
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", }, {