X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fhwmon%2Fds1722.c;h=a46cd4dfb5a03a2d3642863382c6c787dbaaed0f;hb=b5d58d8500bfb918c7fec56f241e6ee1078c2be0;hp=c19ee01393f087af4c294836d97d41bb911cee57;hpb=f743931f9b4d4e15c9bdfe726bef033ea1f1402c;p=u-boot diff --git a/drivers/hwmon/ds1722.c b/drivers/hwmon/ds1722.c index c19ee01393..a46cd4dfb5 100644 --- a/drivers/hwmon/ds1722.c +++ b/drivers/hwmon/ds1722.c @@ -1,9 +1,7 @@ #include - -#ifdef CONFIG_DS1722 - -#include +#include +#include static void ds1722_select(int dev) { @@ -138,5 +136,3 @@ int ds1722_probe(int dev) printf("%d.%d deg C\n\n", (char)(temp >> 8), temp & 0xff); return 0; } - -#endif