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/[email protected] Signed-off-by: Masahiro Yamada <[email protected]> Reviewed-by: Wei Yang <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent fbc8846 commit 7a7127a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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)