ARM64: make of_device_ids const
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 10 Sep 2014 08:26:19 +0000 (09:26 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 3 Oct 2014 13:49:28 +0000 (14:49 +0100)
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. So mark the
only non-const struct in arch/arm64 as const, too.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>

No differences found