]> git.baikalelectronics.ru Git - kernel.git/commit
clk: imx8mq: Make parent names arrays const pointers
authorAbel Vesa <abel.vesa@nxp.com>
Fri, 14 Dec 2018 15:30:11 +0000 (15:30 +0000)
committerStephen Boyd <sboyd@kernel.org>
Thu, 21 Feb 2019 20:41:16 +0000 (12:41 -0800)
commit5a08c68e27d6384ed5440652ea581ece97943f3b
tree94b6e1d49d8988c60d1c244e7ab444090ef421b5
parent0cca9a69a9a962475b172c176bc40305d42a9bb0
clk: imx8mq: Make parent names arrays const pointers

The arrays containing the mux selectors need to be of const pointer
to const char.

Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/imx/clk-imx8mq.c