diff options
Diffstat (limited to 'arch/x86/kernel/cpu/mshyperv.c')
-rw-r--r-- | arch/x86/kernel/cpu/mshyperv.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/kernel/cpu/mshyperv.c b/arch/x86/kernel/cpu/mshyperv.c index 236324e83a3a..85eb5fc180c8 100644 --- a/arch/x86/kernel/cpu/mshyperv.c +++ b/arch/x86/kernel/cpu/mshyperv.c | |||
@@ -254,9 +254,9 @@ static void __init ms_hyperv_init_platform(void) | |||
254 | #endif | 254 | #endif |
255 | } | 255 | } |
256 | 256 | ||
257 | const __refconst struct hypervisor_x86 x86_hyper_ms_hyperv = { | 257 | const __initconst struct hypervisor_x86 x86_hyper_ms_hyperv = { |
258 | .name = "Microsoft Hyper-V", | 258 | .name = "Microsoft Hyper-V", |
259 | .detect = ms_hyperv_platform, | 259 | .detect = ms_hyperv_platform, |
260 | .init_platform = ms_hyperv_init_platform, | 260 | .type = X86_HYPER_MS_HYPERV, |
261 | .init.init_platform = ms_hyperv_init_platform, | ||
261 | }; | 262 | }; |
262 | EXPORT_SYMBOL(x86_hyper_ms_hyperv); | ||