clk: make several parent names const
[firefly-linux-kernel-4.4.55.git] / drivers / clk / mxs / clk.h
index ef10ad9b5daa0b48601670d0e40fe3d01da60dfa..f07d821dd75d5d4a9318d5976c6c84938e3420f9 100644 (file)
@@ -49,7 +49,7 @@ static inline struct clk *mxs_clk_gate(const char *name,
 }
 
 static inline struct clk *mxs_clk_mux(const char *name, void __iomem *reg,
-               u8 shift, u8 width, const char **parent_names, int num_parents)
+               u8 shift, u8 width, const char *const *parent_names, int num_parents)
 {
        return clk_register_mux(NULL, name, parent_names, num_parents,
                                CLK_SET_RATE_PARENT | CLK_SET_RATE_NO_REPARENT,