diff options
Diffstat (limited to 'drivers/rtc/pt7c4338.c')
-rw-r--r-- | drivers/rtc/pt7c4338.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/pt7c4338.c b/drivers/rtc/pt7c4338.c index 79df07814a6..e0a7bd3662f 100644 --- a/drivers/rtc/pt7c4338.c +++ b/drivers/rtc/pt7c4338.c @@ -18,7 +18,7 @@ * It has 56 bytes of nonvolatile RAM. */ -#include <config.h> +#include <common.h> #include <command.h> #include <dm.h> #include <log.h> |