From: Sachin Kamat Date: Mon, 5 May 2014 09:26:48 +0000 (+0530) Subject: ARM: EXYNOS: Fix compilation warning X-Git-Tag: omap-for-v3.16/fixes-rc4~82^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3eb9364656d229532abd3f30ffaf6650abcbfeef;p=pandora-kernel.git 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 Reviewed-by: Tushar Behera Cc: Rob Herring Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed