diff options
Diffstat (limited to 'drivers/rtc/rx8010sj.c')
-rw-r--r-- | drivers/rtc/rx8010sj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rx8010sj.c b/drivers/rtc/rx8010sj.c index bf93b557748..0d778f4c328 100644 --- a/drivers/rtc/rx8010sj.c +++ b/drivers/rtc/rx8010sj.c @@ -17,7 +17,7 @@ */ #include <command.h> -#include <common.h> +#include <config.h> #include <dm.h> #include <i2c.h> #include <rtc.h> |