From: Stephen Warren Date: Wed, 14 Aug 2013 21:27:09 +0000 (-0600) Subject: of: move of_parse_phandle() X-Git-Tag: v3.12-rc1~67^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fba49e3a8c22a7bb71c3526ec32b373b3ef32b8;p=pandora-kernel.git of: move of_parse_phandle() Move of_parse_phandle() after __of_parse_phandle_with_args(), since a future patch will call __of_parse_phandle_with_args() from of_parse_phandle(). Moving the function avoids adding a prototype. Doing the move separately highlights the code changes separately. Signed-off-by: Stephen Warren Acked-by: Mark Rutland Signed-off-by: Grant Likely --- Reading git-diff-tree failed