diff options
Diffstat (limited to 'drivers/rtc/ds1337.c')
-rw-r--r-- | drivers/rtc/ds1337.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/ds1337.c b/drivers/rtc/ds1337.c index 7eccf1cb8c5..2c780ab8edf 100644 --- a/drivers/rtc/ds1337.c +++ b/drivers/rtc/ds1337.c @@ -11,7 +11,7 @@ * DS1337 Real Time Clock (RTC). */ -#include <config.h> +#include <common.h> #include <command.h> #include <dm.h> #include <log.h> |