x86: hyperv: Make it build with CONFIG_HYPERV=m again
authorThomas Gleixner <tglx@linutronix.de>
Tue, 4 Mar 2014 22:39:58 +0000 (23:39 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 4 Mar 2014 22:41:44 +0000 (23:41 +0100)
Commit 1aec16967 (x86: Hyperv: Cleanup the irq mess) removed the
ability to build the hyperv stuff as a module. Bring it back.

Reported-by: fengguang.wu@intel.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: K. Y. Srinivasan <kys@microsoft.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linuxdrivers <devel@linuxdriverproject.org>
Cc: x86 <x86@kernel.org>
arch/x86/kernel/cpu/mshyperv.c

index 1bd316cd32c8da7b7176307d9f8c828322660f8b..316e106e26f051d7e14ca2e9a527b6165ed060b2 100644 (file)
@@ -31,7 +31,7 @@
 struct ms_hyperv_info ms_hyperv;
 EXPORT_SYMBOL_GPL(ms_hyperv);
 
-#ifdef CONFIG_HYPERV
+#if IS_ENABLED(CONFIG_HYPERV)
 static irq_handler_t *vmbus_handler;
 
 void hyperv_vector_handler(struct pt_regs *regs)