summaryrefslogtreecommitdiff
path: root/drivers/clk/actions/owl-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clk/actions/owl-common.h')
-rw-r--r--drivers/clk/actions/owl-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/actions/owl-common.h b/drivers/clk/actions/owl-common.h
index 8fb65f3e82d7..5768a2e0f6a0 100644
--- a/drivers/clk/actions/owl-common.h
+++ b/drivers/clk/actions/owl-common.h
@@ -32,7 +32,7 @@ struct owl_clk_desc {
};
static inline struct owl_clk_common *
- hw_to_owl_clk_common(const struct clk_hw *hw)
+ hw_to_owl_clk_common(struct clk_hw *hw)
{
return container_of(hw, struct owl_clk_common, hw);
}