Introduce __init_exit, which is useful ie. for drivers that call
cleanup functions when they fail in __init functions.
Signed-off-by: Domen Puncer <[email protected]>
---
include/linux/init.h | 2 ++
1 file changed, 2 insertions(+)
Index: work-powerpc.git/include/linux/init.h
===================================================================
--- work-powerpc.git.orig/include/linux/init.h
+++ work-powerpc.git/include/linux/init.h
@@ -60,8 +60,10 @@
#ifdef MODULE
#define __exit __attribute__ ((__section__(".exit.text")))
+#define __init_exit
#else
#define __exit __attribute_used__ __attribute__ ((__section__(".exit.text")))
+#define __init_exit __init
#endif
/* For assembly routines */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]