aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2014-05-15 14:44:30 +1000
committerGrant Likely <grant.likely@linaro.org>2014-05-15 15:19:12 +0100
commit4c358e15553ed88bf2ddae422624624e1dd663d1 (patch)
tree6564a1eb86288350e9a0aab9a72e99142767b4c7 /arch/arm/boot/dts
parentof: make of_update_property() usable earlier in the boot process (diff)
downloadlinux-dev-4c358e15553ed88bf2ddae422624624e1dd663d1.tar.xz
linux-dev-4c358e15553ed88bf2ddae422624624e1dd663d1.zip
of: fix CONFIG_OF=n prototype of of_node_full_name()
Make the CONFIG_OF=n prototpe of of_node_full_name() mateh the CONFIG_OF=y version. Fixes compile warnings like this: sound/soc/soc-core.c: In function 'soc_check_aux_dev': sound/soc/soc-core.c:1667:3: warning: passing argument 1 of 'of_node_full_name' discards 'const' qualifier from pointer target type [enabled by default] codecname = of_node_full_name(aux_dev->codec_of_node); when CONFIG_OF is not defined. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Grant Likely <grant.likely@linaro.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions