diff options
Diffstat (limited to 'drivers/hv')
-rw-r--r-- | drivers/hv/vmbus_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c index 797142c07fa0..cf19dfa5ead1 100644 --- a/drivers/hv/vmbus_drv.c +++ b/drivers/hv/vmbus_drv.c | |||
@@ -509,7 +509,7 @@ static irqreturn_t vmbus_isr(int irq, void *dev_id) | |||
509 | * can be handled concurrently. | 509 | * can be handled concurrently. |
510 | */ | 510 | */ |
511 | 511 | ||
512 | void vmbus_flow_handler(unsigned int irq, struct irq_desc *desc) | 512 | static void vmbus_flow_handler(unsigned int irq, struct irq_desc *desc) |
513 | { | 513 | { |
514 | kstat_incr_irqs_this_cpu(irq, desc); | 514 | kstat_incr_irqs_this_cpu(irq, desc); |
515 | 515 | ||