clk: imx: imx35: Remove mx35_clocks_init()
authorFabio Estevam <festevam@gmail.com>
Thu, 17 Sep 2020 00:41:24 +0000 (21:41 -0300)
committerShawn Guo <shawnguo@kernel.org>
Tue, 22 Sep 2020 06:08:22 +0000 (14:08 +0800)
commitfb956b3e20f0bbeac8c17a7a08e63528a23bd54c
treef97abc9f6d87a7a14b884d071df2d3961e617143
parent30c1951790df5e7ad6b4dbc1c46a6361dce6f946
clk: imx: imx35: Remove mx35_clocks_init()

mx35_clocks_init() has been used to register clocks on i.MX35
non-devicetree platforms.

Now that i.MX is a devicetree-only platform, it is safe to
remove mx35_clocks_init() as there are no more users.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/clk/imx/clk-imx35.c