mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 22:21:42 +00:00
rtc: rtc-mv: make of_device_id array const
Make of_device_id array const, because all OF functions handle it as const. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
8c5bfac0ff
commit
4621bc56ce
@ -319,7 +319,7 @@ static int __exit mv_rtc_remove(struct platform_device *pdev)
|
||||
}
|
||||
|
||||
#ifdef CONFIG_OF
|
||||
static struct of_device_id rtc_mv_of_match_table[] = {
|
||||
static const struct of_device_id rtc_mv_of_match_table[] = {
|
||||
{ .compatible = "marvell,orion-rtc", },
|
||||
{}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user