reset: Silence warning in reset-controller.h
authorStephen Boyd <sboyd@codeaurora.org>
Wed, 15 Jan 2014 18:47:21 +0000 (10:47 -0800)
committerMike Turquette <mturquette@linaro.org>
Thu, 16 Jan 2014 20:00:56 +0000 (12:00 -0800)
commitd0d44dd4ac58bc547646a9d0e65b4648f97cb533
tree9fef4d28f5ee61d90ff7410834db113bbaa50899
parent7bf21bc81f28cefa61250cfd9de2c884bbe1f3db
reset: Silence warning in reset-controller.h

If a user of <linux/reset-controller.h> doesn't include
<linux/of.h> before including reset-controller.h they'll get a
warning as follows:

  include/linux/reset-controller.h:44:17:
  warning: 'struct of_phandle_args' declared inside parameter list

This is because of_phandle_args is not forward declared. Add the
declaration to silence this warning.

Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
include/linux/reset-controller.h