diff options
Diffstat (limited to 'drivers/clk/ti/composite.c')
-rw-r--r-- | drivers/clk/ti/composite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/ti/composite.c b/drivers/clk/ti/composite.c index 3654f61912eb..96f83cedb4b3 100644 --- a/drivers/clk/ti/composite.c +++ b/drivers/clk/ti/composite.c | |||
@@ -69,7 +69,7 @@ struct component_clk { | |||
69 | struct list_head link; | 69 | struct list_head link; |
70 | }; | 70 | }; |
71 | 71 | ||
72 | static const char * __initconst component_clk_types[] = { | 72 | static const char * const component_clk_types[] __initconst = { |
73 | "gate", "divider", "mux" | 73 | "gate", "divider", "mux" |
74 | }; | 74 | }; |
75 | 75 | ||