Tiezhu Yang
a14bf1dc49
MIPS: generic: Use __initconst for const init data
...
Fix the following checkpatch errors:
$ ./scripts/checkpatch.pl --no-tree -f arch/mips/generic/init.c
ERROR: Use of const init definition must use __initconst
#23 : FILE: arch/mips/generic/init.c:23:
+static __initdata const void *fdt;
ERROR: Use of const init definition must use __initconst
#24 : FILE: arch/mips/generic/init.c:24:
+static __initdata const struct mips_machine *mach;
ERROR: Use of const init definition must use __initconst
#25 : FILE: arch/mips/generic/init.c:25:
+static __initdata const void *mach_match_data;
Fixes: eed0eabd12ef ("MIPS: generic: Introduce generic DT-based board support")
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: ralf@linux-mips.org
Cc: jhogan@kernel.org
Cc: linux-mips@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
2019-10-08 10:54:44 -07:00
..
2019-09-25 17:51:41 -07:00
2019-09-26 10:10:44 -07:00
2019-10-05 17:18:43 -07:00
2019-10-05 17:18:43 -07:00
2019-09-24 15:54:09 -07:00
2019-09-30 10:16:17 -07:00
2019-09-24 15:54:09 -07:00
2019-09-26 10:10:44 -07:00
2019-09-24 16:10:23 -07:00
2019-09-26 10:10:44 -07:00
2019-09-24 16:10:23 -07:00
2019-10-08 10:54:44 -07:00
2019-09-24 15:54:09 -07:00
2019-09-27 13:02:19 -07:00
2019-09-26 10:10:44 -07:00
2019-09-25 17:51:41 -07:00
2019-10-05 12:56:59 -07:00
2019-10-01 13:22:39 -07:00
2019-10-05 13:51:22 +02:00
2019-09-26 10:10:44 -07:00
2019-09-26 10:27:06 -07:00
2019-09-26 10:10:44 -07:00
2019-09-26 10:10:44 -07:00
2019-10-04 11:17:51 -07:00
2019-09-26 10:10:44 -07:00
2019-09-24 15:54:11 -07:00