[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200418015154.45976-1-yuehaibing@huawei.com>
Date: Sat, 18 Apr 2020 09:51:54 +0800
From: YueHaibing <yuehaibing@...wei.com>
To: <richardcochran@...il.com>, <davem@...emloft.net>
CC: <pbonzini@...hat.com>, <netdev@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, YueHaibing <yuehaibing@...wei.com>
Subject: [PATCH net-next] ptp_kvm: Make kvm_ptp_lock static
Fix sparse warning:
drivers/ptp/ptp_kvm.c:25:1: warning:
symbol 'kvm_ptp_lock' was not declared. Should it be static?
Reported-by: Hulk Robot <hulkci@...wei.com>
Signed-off-by: YueHaibing <yuehaibing@...wei.com>
---
drivers/ptp/ptp_kvm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/ptp/ptp_kvm.c b/drivers/ptp/ptp_kvm.c
index fc7d0b77e118..658d33fc3195 100644
--- a/drivers/ptp/ptp_kvm.c
+++ b/drivers/ptp/ptp_kvm.c
@@ -22,7 +22,7 @@ struct kvm_ptp_clock {
struct ptp_clock_info caps;
};
-DEFINE_SPINLOCK(kvm_ptp_lock);
+static DEFINE_SPINLOCK(kvm_ptp_lock);
static struct pvclock_vsyscall_time_info *hv_clock;
--
2.17.1
Powered by blists - more mailing lists