All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] thermal: pch_dev_ops_wpt can be static
       [not found] <201508040110.6YvwEgCw%fengguang.wu@intel.com>
@ 2015-08-04  0:09 ` kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2015-08-04  0:09 UTC (permalink / raw)
  To: linux-pm; +Cc: Tushar Dave, Zhang Rui, Pandruvada, Srinivas


Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
 intel_pch_thermal.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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,
 };

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-08-04  0:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <201508040110.6YvwEgCw%fengguang.wu@intel.com>
2015-08-04  0:09 ` [PATCH] thermal: pch_dev_ops_wpt can be static kbuild test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.