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:
a05c01c
)
sandbox: Add dummy sync()
author
Tom Rini
<trini@konsulko.com>
Fri, 11 Jul 2025 15:20:16 +0000
(09:20 -0600)
committer
Tom Rini
<trini@konsulko.com>
Fri, 18 Jul 2025 18:22:11 +0000
(12:22 -0600)
In order to compile more drivers, add an empty sync() function.
Signed-off-by: Tom Rini <trini@konsulko.com>
arch/sandbox/include/asm/io.h
patch
|
blob
|
history
diff --git
a/arch/sandbox/include/asm/io.h
b/arch/sandbox/include/asm/io.h
index
6e3f954
..
11ed89e
100644
(file)
--- a/
arch/sandbox/include/asm/io.h
+++ b/
arch/sandbox/include/asm/io.h
@@
-8,6
+8,10
@@
#include <linux/types.h>
+static inline void sync(void)
+{
+}
+
enum sandboxio_size_t {
SB_SIZE_8,
SB_SIZE_16,