kernel/arch/sh/include/asm/machvec.h
.. .. @@ -1,10 +1,8 @@ 1 -/*1 +/* SPDX-License-Identifier: GPL-2.02 + *2 3 * include/asm-sh/machvec.h 3 4 * 4 5 * Copyright 2000 Stuart Menefy (stuart.menefy@st.com) 5 - *6 - * May be copied or modified under the terms of the GNU General Public7 - * License. See linux/COPYING for more information.8 6 */ 9 7 10 8 #ifndef _ASM_SH_MACHVEC_H .. .. @@ -38,6 +36,6 @@ 38 36 #define get_system_type() sh_mv.mv_name 39 37 40 38 #define __initmv \ 41 - __used __section(.machvec.init)39 + __used __section(".machvec.init")42 40 43 41 #endif /* _ASM_SH_MACHVEC_H */