aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rv3029.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/rv3029.c')
-rw-r--r--drivers/rtc/rv3029.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/rtc/rv3029.c b/drivers/rtc/rv3029.c
index a82acec..3afe5b2 100644
--- a/drivers/rtc/rv3029.c
+++ b/drivers/rtc/rv3029.c
@@ -7,8 +7,10 @@
* 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>