提交 83ebf6e5 编写于 作者: F Fengguang Wu 提交者: Greg Kroah-Hartman

Drivers: hv: vmbus_flow_handler() can be static

Signed-off-by: NFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 6596afe3
...@@ -509,7 +509,7 @@ static irqreturn_t vmbus_isr(int irq, void *dev_id) ...@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册