diff options
Diffstat (limited to 'drivers/rtc/rv3029.c')
-rw-r--r-- | drivers/rtc/rv3029.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/rtc/rv3029.c b/drivers/rtc/rv3029.c index 3afe5b2fdd6..a82acec6f7e 100644 --- a/drivers/rtc/rv3029.c +++ b/drivers/rtc/rv3029.c @@ -7,10 +7,8 @@ * Michael Buesch <m@bues.ch> */ -#include <common.h> #include <command.h> #include <dm.h> -#include <eeprom.h> #include <i2c.h> #include <log.h> #include <rtc.h> |