hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/mips/include/asm/machine.h
....@@ -1,11 +1,7 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Copyright (C) 2016 Imagination Technologies
34 * Author: Paul Burton <paul.burton@mips.com>
4
- *
5
- * This program is free software; you can redistribute it and/or modify it
6
- * under the terms of the GNU General Public License as published by the
7
- * Free Software Foundation; either version 2 of the License, or (at your
8
- * option) any later version.
95 */
106
117 #ifndef __MIPS_ASM_MACHINE_H__
....@@ -27,7 +23,7 @@
2723
2824 #define MIPS_MACHINE(name) \
2925 static const struct mips_machine __mips_mach_##name \
30
- __used __section(.mips.machines.init)
26
+ __used __section(".mips.machines.init")
3127
3228 #define for_each_mips_machine(mach) \
3329 for ((mach) = (struct mips_machine *)&__mips_machines_start; \