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:
a367817
)
fs.h: Switch to using rtc_def.h
author
Tom Rini
<trini@konsulko.com>
Thu, 1 May 2025 16:47:21 +0000
(10:47 -0600)
committer
Tom Rini
<trini@konsulko.com>
Tue, 13 May 2025 17:30:09 +0000
(11:30 -0600)
This file only needs the definition of 'struct rtc_time' and that is
found in <rtc_def.h>. Use that instead of pulling in rtc.h to pull in
rtc_def.h as rtc.h includes many other include files.
Signed-off-by: Tom Rini <trini@konsulko.com>
include/fs.h
patch
|
blob
|
history
diff --git
a/include/fs.h
b/include/fs.h
index
731aaa0
..
bec0211
100644
(file)
--- a/
include/fs.h
+++ b/
include/fs.h
@@
-5,7
+5,7
@@
#ifndef _FS_H
#define _FS_H
-#include <rtc.h>
+#include <rtc
_def
.h>
struct cmd_tbl;