clk: imx: imx31: Remove mx31_clocks_init()
authorFabio Estevam <festevam@gmail.com>
Thu, 17 Sep 2020 00:41:23 +0000 (21:41 -0300)
committerShawn Guo <shawnguo@kernel.org>
Tue, 22 Sep 2020 06:08:19 +0000 (14:08 +0800)
commit30c1951790df5e7ad6b4dbc1c46a6361dce6f946
tree5841d84981feec16450b81e100b99184929f78e9
parent4d66bc3c5f4aefc45d307293a9d2b38a5e5a29a9
clk: imx: imx31: Remove mx31_clocks_init()

mx31_clocks_init() has been used to register clocks on i.MX31
non-devicetree platforms.

Now that i.MX is a devicetree-only platform, it is safe to
remove mx31_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-imx31.c