diff options
Diffstat (limited to 'include/linux/init.h')
-rw-r--r-- | include/linux/init.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/init.h b/include/linux/init.h index aedb254abc37..6935d02474aa 100644 --- a/include/linux/init.h +++ b/include/linux/init.h | |||
@@ -77,12 +77,6 @@ | |||
77 | #define __refdata __section(.ref.data) | 77 | #define __refdata __section(.ref.data) |
78 | #define __refconst __constsection(.ref.rodata) | 78 | #define __refconst __constsection(.ref.rodata) |
79 | 79 | ||
80 | /* compatibility defines */ | ||
81 | #define __init_refok __ref | ||
82 | #define __initdata_refok __refdata | ||
83 | #define __exit_refok __ref | ||
84 | |||
85 | |||
86 | #ifdef MODULE | 80 | #ifdef MODULE |
87 | #define __exitused | 81 | #define __exitused |
88 | #else | 82 | #else |