diff options
Diffstat (limited to 'arch/x86/lib/sections.c')
-rw-r--r-- | arch/x86/lib/sections.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/lib/sections.c b/arch/x86/lib/sections.c index 6455e0f0881..8d1700776d0 100644 --- a/arch/x86/lib/sections.c +++ b/arch/x86/lib/sections.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright 2013 Albert ARIBAUD <albert.u.boot@aribaud.net> - * - * SPDX-License-Identifier: GPL-2.0+ */ char __efi_runtime_start[0] __attribute__((section(".__efi_runtime_start"))); |