[PATCH 0/3] clk: imx: Make all the parent_names arrays be const pointers

From: Abel Vesa
Date: Fri Dec 14 2018 - 10:30:14 EST


This is mainly to shut up the checkpatch.pl script warnings about the
"static const char *" needing to be "static const char * const".

Abel Vesa (3):
clk: imx: Make parent_names const pointer in composite-8m
clk: imx: Make parents const pointer in mux wrappers
clk: imx8mq: Make parent names arrays const pointers

drivers/clk/imx/clk-composite-8m.c | 2 +-
drivers/clk/imx/clk-imx8mq.c | 194 ++++++++++++++++++-------------------
drivers/clk/imx/clk.h | 5 +-
3 files changed, 101 insertions(+), 100 deletions(-)

--
2.7.4