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:
475a72f
)
_exports.h: drop the last dummy entries
author
Rasmus Villemoes
<ravi@prevas.dk>
Fri, 19 Sep 2025 10:09:57 +0000
(12:09 +0200)
committer
Tom Rini
<trini@konsulko.com>
Fri, 26 Sep 2025 17:55:13 +0000
(11:55 -0600)
Signed-off-by: Rasmus Villemoes <ravi@prevas.dk>
Reviewed-by: Tom Rini <trini@konsulko.com>
include/_exports.h
patch
|
blob
|
history
diff --git
a/include/_exports.h
b/include/_exports.h
index
c151190
..
21afb8d
100644
(file)
--- a/
include/_exports.h
+++ b/
include/_exports.h
@@
-20,9
+20,6
@@
int, interrupt_handler_t, void*)
EXPORT_FUNC(irq_free_handler, void, free_hdlr, int)
-#else
- EXPORT_FUNC(dummy, void, install_hdlr, void)
- EXPORT_FUNC(dummy, void, free_hdlr, void)
#endif
EXPORT_FUNC(malloc, void *, malloc, size_t)
#if !CONFIG_IS_ENABLED(SYS_MALLOC_SIMPLE)