summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-uclass.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/rtc-uclass.c')
-rw-r--r--drivers/rtc/rtc-uclass.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/rtc-uclass.c b/drivers/rtc/rtc-uclass.c
index 8f6c0c6a0a7..e5ae6ea4d5f 100644
--- a/drivers/rtc/rtc-uclass.c
+++ b/drivers/rtc/rtc-uclass.c
@@ -6,6 +6,7 @@
#define LOG_CATEGORY UCLASS_RTC
+#include <common.h>
#include <dm.h>
#include <errno.h>
#include <log.h>