aboutsummaryrefslogtreecommitdiff
path: root/include/rtc.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-12-14 13:16:57 -0500
committerTom Rini <trini@konsulko.com>2023-12-21 08:54:37 -0500
commit1e8ce11a0b94bb2fcf55590eeffa9c85886b89bc (patch)
tree0954975ab2f6a15e3d7b6a5825904f309db3f51e /include/rtc.h
parent4abbed7e42b88a9e0dbda2dc36273e74a9374dde (diff)
downloadu-boot-1e8ce11a0b94bb2fcf55590eeffa9c85886b89bc.zip
u-boot-1e8ce11a0b94bb2fcf55590eeffa9c85886b89bc.tar.gz
u-boot-1e8ce11a0b94bb2fcf55590eeffa9c85886b89bc.tar.bz2
include: Further cleanup includes
Add some missing headers such as <linux/errno.h> or <linux/types.h> or <linux/kernel.h> to header files that make direct usage of things provided by these headers. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/rtc.h')
-rw-r--r--include/rtc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rtc.h b/include/rtc.h
index b6fdbb6..22f6d37 100644
--- a/include/rtc.h
+++ b/include/rtc.h
@@ -16,6 +16,7 @@
#include <bcd.h>
#include <rtc_def.h>
#include <linux/errno.h>
+#include <linux/types.h>
typedef int64_t time64_t;
struct udevice;