From: Stephen Rothwell Date: Thu, 15 May 2014 04:44:30 +0000 (+1000) Subject: of: fix CONFIG_OF=n prototype of of_node_full_name() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~176^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c358e15553ed88bf2ddae422624624e1dd663d1;p=pandora-kernel.git 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 Signed-off-by: Grant Likely --- Reading git-diff-tree failed