diff options
| author | Zwane Mwaikambo <zwane@linuxpower.ca> | 2003-04-06 05:21:24 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-04-06 05:21:24 -0700 |
| commit | ecca22ec87ff5ede894ac4674b5196d1c613d33c (patch) | |
| tree | d3a276402b89750635e88b49684df70648edeaa9 /include | |
| parent | 1b7ac1e3daa6fe5e5bd99ceef05a4a53eb76e167 (diff) | |
[PATCH] Grab SET_MODULE_OWNER from the clutches of the deprecated
This comment seems to want to include SET_MODULE_OWNER as one of the
deprecated facilities.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/module.h b/include/linux/module.h index 30892e436401..657802c8af75 100644 --- a/include/linux/module.h +++ b/include/linux/module.h @@ -408,9 +408,9 @@ __attribute__((section(".gnu.linkonce.this_module"))) = { #endif /* MODULE */ #define symbol_request(x) try_then_request_module(symbol_get(x), "symbol:" #x) +#define SET_MODULE_OWNER(dev) ((dev)->owner = THIS_MODULE) /* BELOW HERE ALL THESE ARE OBSOLETE AND WILL VANISH */ -#define SET_MODULE_OWNER(dev) ((dev)->owner = THIS_MODULE) struct obsolete_modparm { char name[64]; |
