Skip to content

Commit

Permalink
drivers/rtc/rtc-mc13xxx.c: make mc13xxx_rtc_idtable static
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Lin <[email protected]>
Acked-by: Uwe Kleine-König <[email protected]>
Cc: Alessandro Zummo <[email protected]>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
AxelLin authored and torvalds committed Jan 11, 2012
1 parent 0c4eae6 commit a46481d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/rtc/rtc-mc13xxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}, {
Expand Down

0 comments on commit a46481d

Please sign in to comment.