diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/hwmon/ds1775.c | 2 | ||||
-rw-r--r-- | drivers/rtc/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/drivers/hwmon/ds1775.c b/drivers/hwmon/ds1775.c index e44cee3..0fbb0b4 100644 --- a/drivers/hwmon/ds1775.c +++ b/drivers/hwmon/ds1775.c @@ -25,7 +25,7 @@ #include <i2c.h> #include <dtt.h> -#define DTT_I2C_DEV_CODE 0x49 /* Dallas Semi's DS1775 device code */ +#define DTT_I2C_DEV_CODE CFG_I2C_DTT_ADDR /* Dallas Semi's DS1775 device code */ int dtt_read(int sensor, int reg) { diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile index 4a22b0d..1d6016e 100644 --- a/drivers/rtc/Makefile +++ b/drivers/rtc/Makefile @@ -50,6 +50,7 @@ COBJS-y += pcf8563.o COBJS-y += s3c24x0_rtc.o COBJS-y += rs5c372.o COBJS-y += mcfrtc.o +COBJS-y += x1205.o COBJS := $(COBJS-y) SRCS := $(COBJS:.o=.c) |