git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfa0075
)
ext4fs.c: Add missing include
author
Tom Rini
<trini@konsulko.com>
Thu, 1 May 2025 16:47:19 +0000
(10:47 -0600)
committer
Tom Rini
<trini@konsulko.com>
Tue, 13 May 2025 17:30:08 +0000
(11:30 -0600)
This file references rtc functions and implicitly includes <rtc.h>
today. Add this explicitly.
Signed-off-by: Tom Rini <trini@konsulko.com>
fs/ext4/ext4fs.c
patch
|
blob
|
history
diff --git
a/fs/ext4/ext4fs.c
b/fs/ext4/ext4fs.c
index
1727da2
..
bd058a0
100644
(file)
--- a/
fs/ext4/ext4fs.c
+++ b/
fs/ext4/ext4fs.c
@@
-27,6
+27,7
@@
#include <ext4fs.h>
#include <malloc.h>
#include <part.h>
+#include <rtc.h>
#include <u-boot/uuid.h>
#include "ext4_common.h"