hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/sh/include/asm/machvec.h
....@@ -1,10 +1,8 @@
1
-/*
1
+/* SPDX-License-Identifier: GPL-2.0
2
+ *
23 * include/asm-sh/machvec.h
34 *
45 * Copyright 2000 Stuart Menefy (stuart.menefy@st.com)
5
- *
6
- * May be copied or modified under the terms of the GNU General Public
7
- * License. See linux/COPYING for more information.
86 */
97
108 #ifndef _ASM_SH_MACHVEC_H
....@@ -38,6 +36,6 @@
3836 #define get_system_type() sh_mv.mv_name
3937
4038 #define __initmv \
41
- __used __section(.machvec.init)
39
+ __used __section(".machvec.init")
4240
4341 #endif /* _ASM_SH_MACHVEC_H */