summaryrefslogtreecommitdiff
path: root/drivers/clk/qcom/reset.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-04-02 00:57:13 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2016-04-02 00:57:13 (GMT)
commitcf78031a659c05905f817f398df8e749dcd6e75d (patch)
treee2d6673337bbc27faf36bb0c233fc28eb1a17117 /drivers/clk/qcom/reset.h
parent1826907c1f591f820748d33ac77736fe42d18a08 (diff)
parent2aac7ddf9a410e3418c9cc69618f304550466793 (diff)
downloadlinux-cf78031a659c05905f817f398df8e749dcd6e75d.tar.xz
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Pull clk fixes from Stephen Boyd: "A handful of const updates for reset ops and a couple fixes to the newly introduced IPQ4019 clock driver" * tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: clk: qcom: ipq4019: add some fixed clocks for ddrppl and fepll clk: qcom: ipq4019: switch remaining defines to enums clk: qcom: Make reset_control_ops const clk: tegra: Make reset_control_ops const clk: sunxi: Make reset_control_ops const clk: atlas7: Make reset_control_ops const clk: rockchip: Make reset_control_ops const clk: mmp: Make reset_control_ops const clk: mediatek: Make reset_control_ops const
Diffstat (limited to 'drivers/clk/qcom/reset.h')
-rw-r--r--drivers/clk/qcom/reset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/qcom/reset.h b/drivers/clk/qcom/reset.h
index 0e11e21..cda8779 100644
--- a/drivers/clk/qcom/reset.h
+++ b/drivers/clk/qcom/reset.h
@@ -32,6 +32,6 @@ struct qcom_reset_controller {
#define to_qcom_reset_controller(r) \
container_of(r, struct qcom_reset_controller, rcdev);
-extern struct reset_control_ops qcom_reset_ops;
+extern const struct reset_control_ops qcom_reset_ops;
#endif