diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2014-09-10 09:26:19 +0100 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2014-10-03 14:49:28 +0100 |
commit | c8fdd497a44450e6183cb43b314fd81504d5c15e (patch) | |
tree | c84426743da5e24e108a76745ec026681646145b /lib | |
parent | 097cbd8d261ccc602c963ddf823d5023be439e04 (diff) | |
download | linux-c8fdd497a44450e6183cb43b314fd81504d5c15e.tar.bz2 |
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 <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>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions