diff options
Diffstat (limited to 'include/linux/init.h')
-rw-r--r-- | include/linux/init.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/init.h b/include/linux/init.h index 20a1334e34e9..0e06c176f185 100644 --- a/include/linux/init.h +++ b/include/linux/init.h | |||
@@ -62,14 +62,6 @@ | |||
62 | #define __refdata __section(.ref.data) | 62 | #define __refdata __section(.ref.data) |
63 | #define __refconst __section(.ref.rodata) | 63 | #define __refconst __section(.ref.rodata) |
64 | 64 | ||
65 | /* backward compatibility note | ||
66 | * A few places hardcode the old section names: | ||
67 | * .text.init.refok | ||
68 | * .data.init.refok | ||
69 | * .exit.text.refok | ||
70 | * They should be converted to use the defines from this file | ||
71 | */ | ||
72 | |||
73 | /* compatibility defines */ | 65 | /* compatibility defines */ |
74 | #define __init_refok __ref | 66 | #define __init_refok __ref |
75 | #define __initdata_refok __refdata | 67 | #define __initdata_refok __refdata |