aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sh_clk.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sh_clk.h')
-rw-r--r--include/linux/sh_clk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sh_clk.h b/include/linux/sh_clk.h
index c513b73cd7cb..abf406b663f0 100644
--- a/include/linux/sh_clk.h
+++ b/include/linux/sh_clk.h
@@ -135,7 +135,7 @@ int sh_clk_mstp_register(struct clk *clks, int nr);
* responsible for defining their access sizes either directly or via the
* clock definition wrappers.
*/
-static inline int __deprecated sh_clk_mstp32_register(struct clk *clks, int nr)
+static inline int sh_clk_mstp32_register(struct clk *clks, int nr)
{
return sh_clk_mstp_register(clks, nr);
}