--- include/linux/module.h.orig 2005-07-12 22:58:20.000000000 +0200 +++ include/linux/module.h 2005-07-12 22:31:45.000000000 +0200 @@ -566,5 +566,6 @@ extern void __deprecated inter_module_un extern const void * __deprecated inter_module_get_request(const char *, const char *); extern void __deprecated inter_module_put(const char *); +extern const void * __deprecated inter_module_get(const char *); #endif /* _LINUX_MODULE_H */