Message ID | 20150804000947.GA22892@wfg-t540p.sh.intel.com (mailing list archive) |
---|---|
State | Accepted, archived |
Delegated to: | Zhang Rui |
Headers | show |
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, };
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> --- intel_pch_thermal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)