summaryrefslogtreecommitdiffstats
path: root/include/linux/init.h
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2023-10-23 02:06:05 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-02-23 09:25:03 +0100
commit6cddb7a4d78c2251fdd619c1a303e6296fafcece (patch)
tree9a400598a6cf925074ac6f00c4e69d0cc9f60381 /include/linux/init.h
parentfd06e32ea4643e098fc8ddb29cfd8d458109df57 (diff)
downloadlinux-stable-6cddb7a4d78c2251fdd619c1a303e6296fafcece.tar.gz
linux-stable-6cddb7a4d78c2251fdd619c1a303e6296fafcece.tar.bz2
linux-stable-6cddb7a4d78c2251fdd619c1a303e6296fafcece.zip
linux/init: remove __memexit* annotations
commit 6a4e59eeedc3018cb57722eecfcbb49431aeb05f upstream. We have never used __memexit, __memexitdata, or __memexitconst. These were unneeded. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/init.h')
-rw-r--r--include/linux/init.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/init.h b/include/linux/init.h
index 266c3e1640d4..01b52c9c7526 100644
--- a/include/linux/init.h
+++ b/include/linux/init.h
@@ -89,9 +89,6 @@
__latent_entropy
#define __meminitdata __section(".meminit.data")
#define __meminitconst __section(".meminit.rodata")
-#define __memexit __section(".memexit.text") __exitused __cold notrace
-#define __memexitdata __section(".memexit.data")
-#define __memexitconst __section(".memexit.rodata")
/* For assembly routines */
#define __HEAD .section ".head.text","ax"