|
@@ -261,7 +261,7 @@ struct samsung_gate_clock {
|
|
|
#define GATE_DA(_id, dname, cname, pname, o, b, f, gf, a) \
|
|
|
__GATE(_id, dname, cname, pname, o, b, f, gf, a)
|
|
|
|
|
|
-#define PNAME(x) static const char *x[] __initdata
|
|
|
+#define PNAME(x) static const char * const x[] __initconst
|
|
|
|
|
|
/**
|
|
|
* struct samsung_clk_reg_dump: register dump of clock controller registers.
|