OSDN Git Service

Drivers: hv: vmbus: Get rid of the unused irq variable
authorK. Y. Srinivasan <kys@microsoft.com>
Tue, 15 Dec 2015 00:01:46 +0000 (16:01 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Dec 2015 03:15:05 +0000 (19:15 -0800)
commitefc267226b827f347a329c395e16c08973b0e3d6
tree82561500efcf2a9529c7bf72c44c4cf66ee337fd
parent90e031fa06ad6b660a8e9bebbb80bd30e555a2a5
Drivers: hv: vmbus: Get rid of the unused irq variable

The irq we extract from ACPI is not used - we deliver hypervisor
interrupts on a special vector. Make the necessary adjustments.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hv/vmbus_drv.c