rtc: make of_device_ids const
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Mon, 13 Oct 2014 22:52:39 +0000 (15:52 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 Oct 2014 00:18:17 +0000 (02:18 +0200)
commita28885bc75da0aac61b975eb9c103407dbdf5cb5
treecfda4d285b0f159cecf396a9585de846ad6bc452
parent78230477656295808c66226880d794818694e7f1
rtc: make of_device_ids const

of_device_ids (i.e. compatible strings and the respective data) are not
supposed to change at runtime.  All functions working with of_device_ids
provided by <linux/of.h> work with const of_device_ids.  This allows to
mark all struct of_device_id below drivers/rtc const, too.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-isl12022.c
drivers/rtc/rtc-mpc5121.c