diff options
| author | Rasmus Villemoes <[email protected]> | 2025-09-19 12:09:57 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-09-26 11:55:13 -0600 |
| commit | eb178c849c25024225941db79c1c3b9681a46a80 (patch) | |
| tree | 83aa98de207c7f468e0ef23ce45193574ad58928 /include/_exports.h | |
| parent | 475a72f6471194633fd85a813547bebe846611e0 (diff) | |
_exports.h: drop the last dummy entries
Signed-off-by: Rasmus Villemoes <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'include/_exports.h')
| -rw-r--r-- | include/_exports.h | 3 |
1 files changed, 0 insertions, 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) |
