x86/hyperv: mark hyperv_init as __init function
authorSasha Levin <sashal@kernel.org>
Wed, 27 Nov 2019 19:56:37 +0000 (14:56 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 1 Dec 2019 08:14:37 +0000 (09:14 +0100)
commit55a6d11eb6ccb55e531fb31311a8822c8a91f52e
tree1be8624e545147f2c8eee82bdd5c5830a0b574b4
parent38a2fa7519028e84023e1ab855a6be26186b20ab
x86/hyperv: mark hyperv_init as __init function

This change was done upstream as part of 6b48cb5f8347 ("X86/Hyper-V:
Enlighten APIC access"), but that commit introduced a lot of new
functionality we don't want to backport.

This change eliminates a build warning.

Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/hyperv/hv_init.c