Commit a46481d7af1e6c59c03f3ddac400d9054f804952

Authored by Axel Lin
Committed by Linus Torvalds
1 parent 0c4eae6659

drivers/rtc/rtc-mc13xxx.c: make mc13xxx_rtc_idtable static

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/rtc/rtc-mc13xxx.c
... ... @@ -399,7 +399,7 @@
399 399 return 0;
400 400 }
401 401  
402   -const struct platform_device_id mc13xxx_rtc_idtable[] = {
  402 +static const struct platform_device_id mc13xxx_rtc_idtable[] = {
403 403 {
404 404 .name = "mc13783-rtc",
405 405 }, {