X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fhwmon%2Fds1722.c;h=c46958846c7132c05f5af4d3630188768aedcc30;hb=30e6d979fa9da56a5badcb981cdddd58638d3375;hp=c19ee01393f087af4c294836d97d41bb911cee57;hpb=9caeaadf508cd0e11ac5dfc56ab0f72e3b89a105;p=u-boot diff --git a/drivers/hwmon/ds1722.c b/drivers/hwmon/ds1722.c index c19ee01393..c46958846c 100644 --- a/drivers/hwmon/ds1722.c +++ b/drivers/hwmon/ds1722.c @@ -1,9 +1,6 @@ - #include - -#ifdef CONFIG_DS1722 - -#include +#include +#include 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