clk: make several parent names const
[firefly-linux-kernel-4.4.55.git] / drivers / clk / hisilicon / clk.h
index 21b403b3423a11593b5b695aa4a9579c92e241c4..b56fbc1c5f27c4e0a8886fdeb4721891553113a1 100644 (file)
@@ -55,7 +55,7 @@ struct hisi_fixed_factor_clock {
 struct hisi_mux_clock {
        unsigned int            id;
        const char              *name;
-       const char              **parent_names;
+       const char              *const *parent_names;
        u8                      num_parents;
        unsigned long           flags;
        unsigned long           offset;