aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hv
diff options
context:
space:
mode:
authorkbuild test robot <fengguang.wu@intel.com>2015-03-02 11:49:23 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-01 21:43:37 -0800
commited99d846f1774e14c8705819c12469eb3855b54e (patch)
treee8bc9a09bc8b52c34620803aace61428b48a4bf4 /drivers/hv
parentmei: bus: call device disable handler prior to disconnection (diff)
downloadlinux-dev-ed99d846f1774e14c8705819c12469eb3855b54e.tar.xz
linux-dev-ed99d846f1774e14c8705819c12469eb3855b54e.zip
mei: bus: () can be static
drivers/hv/vmbus_drv.c:51:5: sparse: symbol 'hyperv_panic_event' was not declared. Should it be static? drivers/hv/vmbus_drv.c:51:5: sparse: symbol 'hyperv_panic_event' was not declared. Should it be static? drivers/hv/vmbus_drv.c:51:5: sparse: symbol 'hyperv_panic_event' was not declared. Should it be static? drivers/hv/vmbus_drv.c:51:5: sparse: symbol 'hyperv_panic_event' was not declared. Should it be static? Signed-off-by: Fengguang Wu <fengguang.wu@intel.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 526fa8b19cda..8313e25378cb 100644
--- a/drivers/hv/vmbus_drv.c
+++ b/drivers/hv/vmbus_drv.c
@@ -48,7 +48,7 @@ static struct completion probe_event;
static int irq;
-int hyperv_panic_event(struct notifier_block *nb,
+static int hyperv_panic_event(struct notifier_block *nb,
unsigned long event, void *ptr)
{
struct pt_regs *regs;