From: Uwe Kleine-König Date: Mon, 13 Oct 2014 22:52:39 +0000 (-0700) Subject: rtc: make of_device_ids const X-Git-Tag: omap-for-v3.19/prcm-cleanup~76^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a28885bc75da0aac61b975eb9c103407dbdf5cb5;p=pandora-kernel.git 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 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed