From: Uwe Kleine-König Date: Wed, 10 Sep 2014 08:26:19 +0000 (+0100) Subject: ARM64: make of_device_ids const X-Git-Tag: fixes-for-v3.18-merge-window~21^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8fdd497a44450e6183cb43b314fd81504d5c15e;p=pandora-kernel.git ARM64: 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. So mark the only non-const struct in arch/arm64 as const, too. Signed-off-by: Uwe Kleine-König Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed