Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Masahiro Yamada and committed by
Andrew Morton
7a7127aa fbc8846c

-4
-4
include/linux/init.h
··· 99 99 #define __INITRODATA .section ".init.rodata","a",%progbits 100 100 #define __FINITDATA .previous 101 101 102 - #define __MEMINIT .section ".meminit.text", "ax" 103 - #define __MEMINITDATA .section ".meminit.data", "aw" 104 - #define __MEMINITRODATA .section ".meminit.rodata", "a" 105 - 106 102 /* silence warnings when references are OK */ 107 103 #define __REF .section ".ref.text", "ax" 108 104 #define __REFDATA .section ".ref.data", "aw"