mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-24 15:42:32 +00:00
Finally remove the obnoxious inter_module_xxx()
This was already a bad plan when I argued against adding it in the first place. Good riddance. Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
parent
a15bdeef10
commit
6f18a022fb
4 changed files with 0 additions and 197 deletions
|
@ -557,13 +557,4 @@ static inline void module_remove_driver(struct device_driver *driver)
|
|||
|
||||
#define __MODULE_STRING(x) __stringify(x)
|
||||
|
||||
/* Use symbol_get and symbol_put instead. You'll thank me. */
|
||||
#define HAVE_INTER_MODULE
|
||||
extern void __deprecated inter_module_register(const char *,
|
||||
struct module *, const void *);
|
||||
extern void __deprecated inter_module_unregister(const char *);
|
||||
extern const void * __deprecated inter_module_get_request(const char *,
|
||||
const char *);
|
||||
extern void __deprecated inter_module_put(const char *);
|
||||
|
||||
#endif /* _LINUX_MODULE_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue