diff options
author | K. Y. Srinivasan <kys@microsoft.com> | 2017-01-19 00:45:03 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-01-19 11:44:55 +0100 |
commit | 6ab42a66d2cc10afefea9f9e5d9a5ad5a836d254 (patch) | |
tree | 4cc1351189ba26b42e2e49aa0242154f7d2b98e7 /arch/x86/include/asm/mshyperv.h | |
parent | Drivers: hv vmbus: Move Hypercall page setup out of common code (diff) | |
download | linux-6ab42a66d2cc10afefea9f9e5d9a5ad5a836d254.tar.xz linux-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.h | 1 |
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 |