Skip to content

Commit

Permalink
Drivers: hv: vmbus_flow_handler() can be static
Browse files Browse the repository at this point in the history
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Fengguang Wu authored and Greg Kroah-Hartman committed Jan 19, 2013
1 parent 6596afe commit 83ebf6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hv/vmbus_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 83ebf6e

Please sign in to comment.