commit | 5fba49e3a8c22a7bb71c3526ec32b373b3ef32b8 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Wed Aug 14 15:27:09 2013 -0600 |
committer | Grant Likely <grant.likely@linaro.org> | Thu Aug 29 21:40:22 2013 +0100 |
tree | c90f0e7c77115a0cc30629836ba1fe2cf9ff4522 | |
parent | eded9dd40b1e30215ab7379dc433f3d3c662ec88 [diff] |
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 <swarren@nvidia.com> Acked-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Grant Likely <grant.likely@linaro.org>