summaryrefslogtreecommitdiff
path: root/arch/m68k/kernel/vmlinux-nommu.lds
diff options
context:
space:
mode:
authorYouling Tang <tangyouling@loongson.cn>2020-11-20 09:07:54 +0300
committerGeert Uytterhoeven <geert@linux-m68k.org>2020-11-23 13:31:00 +0300
commit549aeec256caa80e03607c88f1030b58fb87aaf3 (patch)
tree5f394481233776c336c51e6a11e0bf0acdfaa1e8 /arch/m68k/kernel/vmlinux-nommu.lds
parent07ce9b7ab0bff8f7e2b51db43e69d36f018c8118 (diff)
downloadlinux-549aeec256caa80e03607c88f1030b58fb87aaf3.tar.xz
m68k: Drop redundant NOTES in link script
Commit eaf937075c9a ("vmlinux.lds.h: Move NOTES into RO_DATA") after should remove redundant NOTES. Signed-off-by: Youling Tang <tangyouling@loongson.cn> Link: https://lore.kernel.org/r/1605852474-23446-1-git-send-email-tangyouling@loongson.cn Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/kernel/vmlinux-nommu.lds')
-rw-r--r--arch/m68k/kernel/vmlinux-nommu.lds1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m68k/kernel/vmlinux-nommu.lds b/arch/m68k/kernel/vmlinux-nommu.lds
index 7b975420c3d9..247e19f0d0ea 100644
--- a/arch/m68k/kernel/vmlinux-nommu.lds
+++ b/arch/m68k/kernel/vmlinux-nommu.lds
@@ -65,7 +65,6 @@ SECTIONS {
_edata = .;
EXCEPTION_TABLE(16)
- NOTES
. = ALIGN(PAGE_SIZE);
__init_begin = .;