Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 83ebf6e5 authored by Fengguang Wu's avatar Fengguang Wu Committed by Greg Kroah-Hartman
Browse files

Drivers: hv: vmbus_flow_handler() can be static

parent 6596afe3
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -509,7 +509,7 @@ static irqreturn_t vmbus_isr(int irq, void *dev_id)
 * can be handled concurrently.
 * 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);
	kstat_incr_irqs_this_cpu(irq, desc);