From: Guennadi Liakhovetski Date: Mon, 10 Dec 2012 19:41:30 +0000 (+0100) Subject: of: *node argument to of_parse_phandle_with_args should be const X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~11^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93c667ca2598bd84f1bd3f2fa176af69707699fe;p=pandora-kernel.git of: *node argument to of_parse_phandle_with_args should be const The "struct device_node *" argument of of_parse_phandle_with_args() can be const. Making this change makes it explicit that the function will not modify a node. Signed-off-by: Guennadi Liakhovetski [grant.likely: Resolved conflict with previous patch modifying of_parse_phandle()] Signed-off-by: Grant Likely --- Reading git-diff-tree failed