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:
43c1d9f
)
include/linux/compat.h: Add <time.h>
author
Tom Rini
<trini@konsulko.com>
Thu, 2 May 2024 01:30:26 +0000
(19:30 -0600)
committer
Tom Rini
<trini@konsulko.com>
Tue, 7 May 2024 14:00:41 +0000
(08:00 -0600)
As this file has macros which use get_timer() it must include <time.h>
to resolve this.
Signed-off-by: Tom Rini <trini@konsulko.com>
include/linux/compat.h
patch
|
blob
|
history
diff --git
a/include/linux/compat.h
b/include/linux/compat.h
index
f8e3570
..
6238145
100644
(file)
--- a/
include/linux/compat.h
+++ b/
include/linux/compat.h
@@
-5,6
+5,7
@@
#include <cyclic.h>
#include <log.h>
#include <malloc.h>
+#include <time.h>
#include <asm/processor.h>