[PATCH v2 03/11] static_call: Remove static_call_mod_init() declaration

From: Josh Poimboeuf
Date: Wed Mar 22 2023 - 00:00:42 EST


This function doesn't exist (and never did).

Signed-off-by: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
---
include/linux/static_call.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/include/linux/static_call.h b/include/linux/static_call.h
index f984b8f6d974..890ddc0c3190 100644
--- a/include/linux/static_call.h
+++ b/include/linux/static_call.h
@@ -177,7 +177,6 @@ struct static_call_tramp_key {
};

extern void __static_call_update(struct static_call_key *key, void *tramp, void *func);
-extern int static_call_mod_init(struct module *mod);
extern int static_call_text_reserved(void *start, void *end);

extern long __static_call_return0(void);
--
2.39.2