of: move of_parse_phandle()
authorStephen Warren <swarren@nvidia.com>
Wed, 14 Aug 2013 21:27:09 +0000 (15:27 -0600)
committerMark Brown <broonie@kernel.org>
Mon, 16 Feb 2015 02:34:46 +0000 (11:34 +0900)
commit73ed9316b2b8238b7dc16791a2e99d259ab70040
tree5adbbad46aea0752e7626c225d58e46c866f7946
parentd2621341c5f10760632d36e01643eb0d9a169d18
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>
(cherry picked from commit 5fba49e3a8c22a7bb71c3526ec32b373b3ef32b8)
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/of/base.c