patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / include / linux / init.h
index c684247..45069e2 100644 (file)
@@ -46,8 +46,6 @@
 #define __exitdata     __attribute__ ((__section__(".exit.data")))
 #define __exit_call    __attribute_used__ __attribute__ ((__section__ (".exitcall.exit")))
 
-#define __sched                __attribute__((__section__(".sched.text")))
-
 #ifdef MODULE
 #define __exit         __attribute__ ((__section__(".exit.text")))
 #else