diff mbox

thermal: pch_dev_ops_wpt can be static

Message ID 20150804000947.GA22892@wfg-t540p.sh.intel.com (mailing list archive)
State Accepted, archived
Delegated to: Zhang Rui
Headers show

Commit Message

Fengguang Wu Aug. 4, 2015, 12:09 a.m. UTC
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
 intel_pch_thermal.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/drivers/thermal/intel_pch_thermal.c b/drivers/thermal/intel_pch_thermal.c
index d9e07fd..a1393e1 100644
--- a/drivers/thermal/intel_pch_thermal.c
+++ b/drivers/thermal/intel_pch_thermal.c
@@ -137,7 +137,7 @@  struct pch_dev_ops {
 
 
 /* dev ops for Wildcat Point */
-struct pch_dev_ops pch_dev_ops_wpt = {
+static struct pch_dev_ops pch_dev_ops_wpt = {
 	.hw_init = pch_wpt_init,
 	.get_temp = pch_wpt_get_temp,
 };