diff options
Diffstat (limited to 'include/asm-generic')
-rw-r--r-- | include/asm-generic/vmlinux.lds.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-generic/vmlinux.lds.h b/include/asm-generic/vmlinux.lds.h index eaa06ef6f7d..89853bcd27a 100644 --- a/include/asm-generic/vmlinux.lds.h +++ b/include/asm-generic/vmlinux.lds.h | |||
@@ -90,7 +90,6 @@ | |||
90 | /* .data section */ | 90 | /* .data section */ |
91 | #define DATA_DATA \ | 91 | #define DATA_DATA \ |
92 | *(.data) \ | 92 | *(.data) \ |
93 | *(.data.init.refok) \ | ||
94 | *(.ref.data) \ | 93 | *(.ref.data) \ |
95 | DEV_KEEP(init.data) \ | 94 | DEV_KEEP(init.data) \ |
96 | DEV_KEEP(exit.data) \ | 95 | DEV_KEEP(exit.data) \ |
@@ -289,8 +288,6 @@ | |||
289 | *(.text.hot) \ | 288 | *(.text.hot) \ |
290 | *(.text) \ | 289 | *(.text) \ |
291 | *(.ref.text) \ | 290 | *(.ref.text) \ |
292 | *(.text.init.refok) \ | ||
293 | *(.exit.text.refok) \ | ||
294 | DEV_KEEP(init.text) \ | 291 | DEV_KEEP(init.text) \ |
295 | DEV_KEEP(exit.text) \ | 292 | DEV_KEEP(exit.text) \ |
296 | CPU_KEEP(init.text) \ | 293 | CPU_KEEP(init.text) \ |