summaryrefslogtreecommitdiffstats
path: root/drivers/hv
diff options
context:
space:
mode:
authorkbuild test robot <fengguang.wu@intel.com>2015-01-26 01:17:54 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-01-25 09:24:42 -0800
commitd8a60e000c951f845d9a5fb3e67853e0e63a5659 (patch)
tree5de0e338f12ff9b76e073cd1e1eae394ecd8384f /drivers/hv
parentd7f2fbafb4f84306436277664cf28042beaf252a (diff)
downloadop-kernel-dev-d8a60e000c951f845d9a5fb3e67853e0e63a5659.zip
op-kernel-dev-d8a60e000c951f845d9a5fb3e67853e0e63a5659.tar.gz
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>
Diffstat (limited to 'drivers/hv')
-rw-r--r--drivers/hv/vmbus_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c
index 7488111..35e3f42 100644
--- a/drivers/hv/vmbus_drv.c
+++ b/drivers/hv/vmbus_drv.c
@@ -579,7 +579,7 @@ static void vmbus_onmessage_work(struct work_struct *work)
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];
OpenPOWER on IntegriCloud