diff options
Diffstat (limited to 'arch/alpha/kernel/machvec_impl.h')
-rw-r--r-- | arch/alpha/kernel/machvec_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/kernel/machvec_impl.h b/arch/alpha/kernel/machvec_impl.h index 0caa45aa128d..466c9dff8181 100644 --- a/arch/alpha/kernel/machvec_impl.h +++ b/arch/alpha/kernel/machvec_impl.h | |||
@@ -134,7 +134,7 @@ | |||
134 | #define __initmv __initdata | 134 | #define __initmv __initdata |
135 | #define ALIAS_MV(x) | 135 | #define ALIAS_MV(x) |
136 | #else | 136 | #else |
137 | #define __initmv | 137 | #define __initmv __initdata_refok |
138 | 138 | ||
139 | /* GCC actually has a syntax for defining aliases, but is under some | 139 | /* GCC actually has a syntax for defining aliases, but is under some |
140 | delusion that you shouldn't be able to declare it extern somewhere | 140 | delusion that you shouldn't be able to declare it extern somewhere |