]> asedeno.scripts.mit.edu Git - linux.git/commit
thermal: sysfs: remove symbols of emul_temp when config is disabled
authorEduardo Valentin <edubezval@gmail.com>
Tue, 8 Nov 2016 05:09:18 +0000 (21:09 -0800)
committerZhang Rui <rui.zhang@intel.com>
Wed, 23 Nov 2016 02:06:12 +0000 (10:06 +0800)
commit698db4fdd3e8ef65db2cbde447443c1dc5807b95
treed948e4ee16a1a09e63b0b0062b1af2ee97fcf423
parent81193e2e6b473734bcb531a25206780d4f2dbea9
thermal: sysfs: remove symbols of emul_temp when config is disabled

Remove the following warning:
In file included from drivers/thermal/thermal_sysfs.c:19:0:
include/linux/device.h:575:26: warning: ‘dev_attr_emul_temp’ defined but not used [-Wunused-variable]
  struct device_attribute dev_attr_##_name = __ATTR(_name, _mode, _show, _store)
                          ^
drivers/thermal/thermal_sysfs.c:395:8: note: in expansion of macro ‘DEVICE_ATTR’

when emul temp is disabled at Kconfig.

Cc: Zhang Rui <rui.zhang@intel.com>
Cc: linux-pm@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/thermal_sysfs.c