mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-13 04:41:17 +00:00
Drivers: hv: vmbus: hv_process_timer_expiration() can be static
drivers/hv/vmbus_drv.c:582:6: sparse: symbol 'hv_process_timer_expiration' was not declared. Should it be static? Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Cc: Vitaly Kuznetsov <vkuznets@redhat.com> Cc: "K. Y. Srinivasan" <kys@microsoft.com> Cc: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d7f2fbafb4
commit
d8a60e000c
@ -579,7 +579,7 @@ static void vmbus_onmessage_work(struct work_struct *work)
|
|||||||
kfree(ctx);
|
kfree(ctx);
|
||||||
}
|
}
|
||||||
|
|
||||||
void hv_process_timer_expiration(struct hv_message *msg, int cpu)
|
static void hv_process_timer_expiration(struct hv_message *msg, int cpu)
|
||||||
{
|
{
|
||||||
struct clock_event_device *dev = hv_context.clk_evt[cpu];
|
struct clock_event_device *dev = hv_context.clk_evt[cpu];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user