ARM: fix const declaration of platform struct
authorAndre Przywara <andre.przywara@linaro.org>
Thu, 22 Aug 2013 07:40:54 +0000 (09:40 +0200)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 22 Aug 2013 12:12:33 +0000 (13:12 +0100)
commita09a23c19b37a1626338c261e403a458a055b4e4
treefe0b146cdf9be8bfd8bdc56fd3c5cd2d4f89c2cb
parent69962e19ed432570f6cdcfdb5f6f22d6e3c54e6c
ARM: fix const declaration of platform struct

As Julien pointed out the other day, the data type for the platform
DT name match struct is wrong.
To be really immutable, we have to use "const char * const".

Fix it on the three currently existing platforms.

Signed-off-by: Andre Przywara <andre.przywara@linaro.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/platforms/exynos5.c
xen/arch/arm/platforms/midway.c
xen/arch/arm/platforms/vexpress.c