[PATCH v2 03/11] static_call: Remove static_call_mod_init() declaration
Josh Poimboeuf
jpoimboe at kernel.org
Tue Mar 21 21:00:09 PDT 2023
This function doesn't exist (and never did).
Signed-off-by: Josh Poimboeuf <jpoimboe at kernel.org>
---
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
More information about the linux-arm-kernel
mailing list