aboutsummaryrefslogtreecommitdiff
path: root/include/cache.h
diff options
context:
space:
mode:
authorTom Rini2023-10-12 19:03:54 -0400
committerTom Rini2023-10-24 16:34:45 -0400
commit12c00f9e8b3e7987cfc5243f5b3edbe6c9fdfdc2 (patch)
tree70b653712ede83bc7f4020c5c1fb0433127837c7 /include/cache.h
parent2f34b0331a60239b7708f125ad621e4e62f51803 (diff)
include: Add <linux/types.h> in a few places
These files references a number of types that are defined in <linux/types.h> (and so forth), so include it here rather than rely on indirect inclusion. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/cache.h')
-rw-r--r--include/cache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cache.h b/include/cache.h
index b12fec25915..296ae3c8b48 100644
--- a/include/cache.h
+++ b/include/cache.h
@@ -6,6 +6,8 @@
#ifndef __CACHE_H
#define __CACHE_H
+#include <linux/types.h>
+
struct udevice;
/*