]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/hwmon/ds1722.c
hwmon: Cleaning hwmon devices
[karo-tx-uboot.git] / drivers / hwmon / ds1722.c
index c19ee01393f087af4c294836d97d41bb911cee57..7e2f1ed4fb01bf171e8d3b2439eaf4d3f6ebc1d7 100644 (file)
@@ -1,8 +1,5 @@
 
 #include <common.h>
-
-#ifdef CONFIG_DS1722
-
 #include <ssi.h>
 
 static void ds1722_select(int dev)
@@ -138,5 +135,3 @@ int ds1722_probe(int dev)
        printf("%d.%d deg C\n\n", (char)(temp >> 8), temp & 0xff);
        return 0;
 }
-
-#endif