Skip to content

Commit 7a7127a

Browse files
masahir0yakpm00
authored andcommitted
init: remove unused __MEMINIT* macros
These macros are not used anywhere. Link: https://lkml.kernel.org/r/20240706160511.2331061-1-masahiroy@kernel.org Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Wei Yang <richard.weiyang@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent fbc8846 commit 7a7127a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

include/linux/init.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,6 @@
9999
#define __INITRODATA .section ".init.rodata","a",%progbits
100100
#define __FINITDATA .previous
101101

102-
#define __MEMINIT .section ".meminit.text", "ax"
103-
#define __MEMINITDATA .section ".meminit.data", "aw"
104-
#define __MEMINITRODATA .section ".meminit.rodata", "a"
105-
106102
/* silence warnings when references are OK */
107103
#define __REF .section ".ref.text", "ax"
108104
#define __REFDATA .section ".ref.data", "aw"

0 commit comments

Comments
 (0)