From: Uwe Kleine-König Date: Wed, 10 Sep 2014 08:26:17 +0000 (+0200) Subject: ARM: OMAP2+: make of_device_ids const X-Git-Tag: fixes-v3.18-not-urgent^0 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31957609db529d401658adc2e91ef7df7ea42699;p=pandora-kernel.git ARM: OMAP2+: 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 non-const function parameters and structs for OMAP2+ as const, too. Signed-off-by: Uwe Kleine-König Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed