Skip to content

Commit

Permalink
Merge tag 'clk-imx-5.2' of git://git.kernel.org/pub/scm/linux/kernel/…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
bebarino committed Apr 25, 2019
2 parents 9e98c67 + 48a15bb commit 5d27e1c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/clk/imx/clk.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5d27e1c

Please sign in to comment.