commit | efc267226b827f347a329c395e16c08973b0e3d6 | [log] [tgz] |
---|---|---|
author | K. Y. Srinivasan <kys@microsoft.com> | Mon Dec 14 16:01:46 2015 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Dec 14 19:15:05 2015 -0800 |
tree | 82561500efcf2a9529c7bf72c44c4cf66ee337fd | |
parent | 90e031fa06ad6b660a8e9bebbb80bd30e555a2a5 [diff] |
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>