mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02: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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user