aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/reset-controller.h
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2014-01-15 10:47:21 -0800
committerMike Turquette <mturquette@linaro.org>2014-01-16 12:00:56 -0800
commitd0d44dd4ac58bc547646a9d0e65b4648f97cb533 (patch)
tree9fef4d28f5ee61d90ff7410834db113bbaa50899 /include/linux/reset-controller.h
parentclk: sirf: re-arch to make the codes support both prima2 and atlas6 (diff)
downloadlinux-dev-d0d44dd4ac58bc547646a9d0e65b4648f97cb533.tar.xz
linux-dev-d0d44dd4ac58bc547646a9d0e65b4648f97cb533.zip
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>
Diffstat (limited to 'include/linux/reset-controller.h')
-rw-r--r--include/linux/reset-controller.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/reset-controller.h b/include/linux/reset-controller.h
index 2f61311ae3e0..41a4695fde08 100644
--- a/include/linux/reset-controller.h
+++ b/include/linux/reset-controller.h
@@ -21,6 +21,7 @@ struct reset_control_ops {
struct module;
struct device_node;
+struct of_phandle_args;
/**
* struct reset_controller_dev - reset controller entity that might