mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 22:05:24 -04:00
Drivers: hv: vmbus_flow_handler() can be static
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
6596afe3f3
commit
83ebf6e562
@@ -509,7 +509,7 @@ static irqreturn_t vmbus_isr(int irq, void *dev_id)
|
||||
* can be handled concurrently.
|
||||
*/
|
||||
|
||||
void vmbus_flow_handler(unsigned int irq, struct irq_desc *desc)
|
||||
static void vmbus_flow_handler(unsigned int irq, struct irq_desc *desc)
|
||||
{
|
||||
kstat_incr_irqs_this_cpu(irq, desc);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user