]> asedeno.scripts.mit.edu Git - linux.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)
commit402564aee071a9d1139bbca47f5a25242f215deb
tree94b6e1d49d8988c60d1c244e7ab444090ef421b5
parent470663e0781c06234235a025a5455c0e15925f0c
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