From: Uwe Kleine-König Date: Wed, 10 Sep 2014 19:56:38 +0000 (+0200) Subject: powerpc: make of_device_ids const X-Git-Tag: fixes-against-v3.18-rc2~117^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce6d73c94d7cfbdc3dc31860fe14af2f37d1b4fe;p=pandora-kernel.git powerpc: 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 const, too. While touching these line also put the __init annotation at the right position where necessary. Signed-off-by: Uwe Kleine-König Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed