summaryrefslogtreecommitdiff
path: root/dev.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev.h')
-rw-r--r--dev.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev.h b/dev.h
index f97330f..a167767 100644
--- a/dev.h
+++ b/dev.h
@@ -376,6 +376,10 @@ struct mwl_priv {
bool mfg_mode;
+#if IS_ENABLED(CONFIG_HWMON)
+ struct device *hwmon;
+#endif
+
#ifdef CONFIG_DEBUG_FS
struct dentry *debugfs_phy;
u32 reg_type;