diff options
| author | 2006-05-08 22:40:05 +0100 | |
|---|---|---|
| committer | 2006-05-08 22:40:05 +0100 | |
| commit | 6f18a022fb311f07f3b32f2c0e1b5c9477dc4439 (patch) | |
| tree | 5c0e66f14e02f53555bfc365098cc7e5eb85c343 /include/linux/module.h | |
| parent | Remove use of inter_module_crap in NOR flash chip drivers. (diff) | |
| download | linux-dev-6f18a022fb311f07f3b32f2c0e1b5c9477dc4439.tar.xz linux-dev-6f18a022fb311f07f3b32f2c0e1b5c9477dc4439.zip | |
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>
Diffstat (limited to 'include/linux/module.h')
| -rw-r--r-- | include/linux/module.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/module.h b/include/linux/module.h index eaec13ddd667..b0d44134f3c4 100644 --- a/include/linux/module.h +++ b/include/linux/module.h @@ -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 */ |
