Merge tag 'integrity-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar...
[linux-2.6-microblaze.git] / drivers / thermal / thermal-generic-adc.c
index 017b0ce..f4f1a04 100644 (file)
@@ -13,6 +13,8 @@
 #include <linux/slab.h>
 #include <linux/thermal.h>
 
+#include "thermal_hwmon.h"
+
 struct gadc_thermal_info {
        struct device *dev;
        struct thermal_zone_device *tz_dev;
@@ -153,6 +155,8 @@ static int gadc_thermal_probe(struct platform_device *pdev)
                return ret;
        }
 
+       devm_thermal_add_hwmon_sysfs(&pdev->dev, gti->tz_dev);
+
        return 0;
 }