X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Fhwmon%2Fds1722.c;h=c46958846c7132c05f5af4d3630188768aedcc30;hb=ab3c4fbe8a4f9357b0cf48bb396f8d8baaea5fe3;hp=c19ee01393f087af4c294836d97d41bb911cee57;hpb=fe08fb658008cd4be54758faa5d382a2b3b1f86a;p=platform%2Fkernel%2Fu-boot.git diff --git a/drivers/hwmon/ds1722.c b/drivers/hwmon/ds1722.c index c19ee01..c469588 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