You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07: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