summaryrefslogtreecommitdiff
path: root/thermal.h
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2016-03-28 17:41:19 +0200
committerBjørn Mork <bjorn@mork.no>2016-03-28 17:41:19 +0200
commit081b775d515cc53a95ee3ef777f44719b0d57f04 (patch)
tree935d57b3929eb431ac344808856f05cfc13186d6 /thermal.h
parent6988b67d9af987a7ba47f82cdaa6c9107e55ec3f (diff)
mwlwifi: build thermal support both mwlwifi and thermal are modules20160328-4
Signed-off-by: Bjørn Mork <bjorn@mork.no>
Diffstat (limited to 'thermal.h')
-rw-r--r--thermal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thermal.h b/thermal.h
index fcdcb47..ec36a0c 100644
--- a/thermal.h
+++ b/thermal.h
@@ -18,7 +18,7 @@
#ifndef _THERMAL_H_
#define _THERMAL_H_
-#ifdef CONFIG_THERMAL
+#if IS_ENABLED(CONFIG_THERMAL)
int mwl_thermal_register(struct mwl_priv *priv);
void mwl_thermal_unregister(struct mwl_priv *priv);
void mwl_thermal_set_throttling(struct mwl_priv *priv);