ARM: EXYNOS: Fix compilation warning
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 5 May 2014 09:26:48 +0000 (14:56 +0530)
committerArnd Bergmann <arnd@arndb.de>
Tue, 17 Jun 2014 15:09:46 +0000 (17:09 +0200)
commit3eb9364656d229532abd3f30ffaf6650abcbfeef
tree363be362568708bfc8ed6e6d8261c9cd0b1f211d
parent1754c42e3db5f45dbd8d509f0366b4ed97687180
ARM: EXYNOS: Fix compilation warning

of_get_flat_dt_prop return type is now const.
Fixes the following compilation warning introduced by commit 9d0c4dfedd96
("of/fdt: update of_get_flat_dt_prop in prep for libfdt")

arch/arm/mach-exynos/exynos.c:259:6: warning:
assignment discards â€˜const’ qualifier from pointer target type [enabled by default]

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Reviewed-by: Tushar Behera <tushar.behera@linaro.org>
Cc: Rob Herring <robh@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-exynos/exynos.c