summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2023-09-06 23:29:47 +0200
committerTom Rini <[email protected]>2023-09-14 10:42:24 -0400
commit1ee16b268d09d2e0427e3bcc2b56b5e27bbadfa3 (patch)
treea51668642f40758b587fb2fdec4cf69b399e5218 /include
parent6a595c2f67e0647fc8360c86aa765dff6a667ced (diff)
common: event: Remove unused NEEDS_MANUAL_RELOC code bits
The last user of the NEEDS_MANUAL_RELOC has been removed in commit 26af162ac8f8 ("arch: m68k: Implement relocation") Remove now unused NEEDS_MANUAL_RELOC code. Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/event.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/event.h b/include/event.h
index 311df878c4a..be4cefd6ae8 100644
--- a/include/event.h
+++ b/include/event.h
@@ -329,16 +329,6 @@ int event_register(const char *id, enum event_t type, event_handler_t func,
void event_show_spy_list(void);
/**
- * event_manual_reloc() - Relocate event handler pointers
- *
- * Relocate event handler pointers for all static event spies. It is called
- * during the generic board init sequence, after relocation.
- *
- * Return: 0 if OK
- */
-int event_manual_reloc(void);
-
-/**
* event_type_name() - Get the name of an event type
*
* @type: Type to check