aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@kernel.org>2019-04-25 08:29:22 -0700
committerStephen Boyd <sboyd@kernel.org>2019-04-25 08:30:19 -0700
commit5d27e1cda1b1843e0d6db58abcd803d3f9a2e461 (patch)
treeddfd49a2bc46f22b2e734af239342fc1ed0ee12b
parentLinux 5.1-rc1 (diff)
parentclk: imx: Remove unused imx_get_clk_hw_fixed (diff)
downloadlinux-dev-5d27e1cda1b1843e0d6db58abcd803d3f9a2e461.tar.xz
linux-dev-5d27e1cda1b1843e0d6db58abcd803d3f9a2e461.zip
Merge tag 'clk-imx-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into clk-imx
Pull i.MX clk changes from Shawn Guo: - Clean up unused imx_get_clk_hw_fixed() inline function * tag 'clk-imx-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux: clk: imx: Remove unused imx_get_clk_hw_fixed
-rw-r--r--drivers/clk/imx/clk.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/clk/imx/clk.h b/drivers/clk/imx/clk.h
index 5748ec8673e4..edc12d68a5e5 100644
--- a/drivers/clk/imx/clk.h
+++ b/drivers/clk/imx/clk.h
@@ -138,11 +138,6 @@ static inline struct clk_hw *imx_clk_hw_fixed(const char *name, int rate)
return clk_hw_register_fixed_rate(NULL, name, NULL, 0, rate);
}
-static inline struct clk_hw *imx_get_clk_hw_fixed(const char *name, int rate)
-{
- return clk_hw_register_fixed_rate(NULL, name, NULL, 0, rate);
-}
-
static inline struct clk *imx_clk_mux_ldb(const char *name, void __iomem *reg,
u8 shift, u8 width, const char * const *parents,
int num_parents)