[PATCH 4/9] _exports.h: drop the last dummy entries

Rasmus Villemoes ravi at prevas.dk
Fri Sep 19 12:09:57 CEST 2025


Signed-off-by: Rasmus Villemoes <ravi at prevas.dk>
---
 include/_exports.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/_exports.h b/include/_exports.h
index c1511903088..21afb8d37f8 100644
--- 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)
-- 
2.51.0



More information about the U-Boot mailing list