From: Steffen Trumtrar Date: Thu, 22 Nov 2012 11:16:43 +0000 (+0100) Subject: of: add 'const' for of_parse_phandle parameter *np X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~89^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8fbdc42c5c5df8ab1f358fe90e3a8a1bdc9ae48;p=pandora-kernel.git of: add 'const' for of_parse_phandle parameter *np The existing function does not change the passed device_node pointer. It is only handed to of_get_property which itself takes a const struct device_node. of_parse_phandle() can therefore take a const pointer as well. Signed-off-by: Steffen Trumtrar [grant.likely: drop extraneous whitespace change] Signed-off-by: Grant Likely --- Reading git-diff-tree failed