aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/mshyperv.h
diff options
context:
space:
mode:
authorK. Y. Srinivasan <kys@microsoft.com>2017-01-18 16:45:03 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-01-19 11:44:55 +0100
commit6ab42a66d2cc10afefea9f9e5d9a5ad5a836d254 (patch)
tree4cc1351189ba26b42e2e49aa0242154f7d2b98e7 /arch/x86/include/asm/mshyperv.h
parentDrivers: hv vmbus: Move Hypercall page setup out of common code (diff)
downloadlinux-dev-6ab42a66d2cc10afefea9f9e5d9a5ad5a836d254.tar.xz
linux-dev-6ab42a66d2cc10afefea9f9e5d9a5ad5a836d254.zip
Drivers: hv: vmbus: Move Hypercall invocation code out of common code
As part of the effort to separate out architecture specific code, move the hypercall invocation code to an architecture specific file. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/x86/include/asm/mshyperv.h')
-rw-r--r--arch/x86/include/asm/mshyperv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/mshyperv.h b/arch/x86/include/asm/mshyperv.h
index e5f57e15a507..ed8e07399071 100644
--- a/arch/x86/include/asm/mshyperv.h
+++ b/arch/x86/include/asm/mshyperv.h
@@ -83,6 +83,5 @@ void hv_remove_crash_handler(void);
#if IS_ENABLED(CONFIG_HYPERV)
void hyperv_init(void);
-extern void *hv_hypercall_pg;
#endif
#endif