of: move of_parse_phandle()
authorStephen Warren <swarren@nvidia.com>
Wed, 14 Aug 2013 21:27:09 +0000 (15:27 -0600)
committerGrant Likely <grant.likely@linaro.org>
Thu, 29 Aug 2013 20:40:22 +0000 (21:40 +0100)
commit5fba49e3a8c22a7bb71c3526ec32b373b3ef32b8
treec90f0e7c77115a0cc30629836ba1fe2cf9ff4522
parenteded9dd40b1e30215ab7379dc433f3d3c662ec88
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>
drivers/of/base.c