diff options
| author | Tejun Heo <tj@home-tj.org> | 2004-12-20 18:36:03 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2004-12-20 18:36:03 -0800 |
| commit | b86ab02803095190d6b72bcc18dcf620bf378df9 (patch) | |
| tree | ebc364508330139d0a88274c665207bbeed3947e /include/linux/module.h | |
| parent | 10d9885d385420ffefe54c79820fcf71dd4e94d6 (diff) | |
[PATCH] module sysfs: make module.mkobj inline
Make module.mkobj inline. As this is simpler and what's
usually done with kobjs when it's representing an entity.
Signed-off-by: Tejun Heo <tj@home-tj.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
Diffstat (limited to 'include/linux/module.h')
| -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 c8dd7b8495c6..c1d709a317fd 100644 --- a/include/linux/module.h +++ b/include/linux/module.h @@ -250,7 +250,7 @@ struct module char name[MODULE_NAME_LEN]; /* Sysfs stuff. */ - struct module_kobject *mkobj; + struct module_kobject mkobj; struct param_kobject *params_kobject; /* Exported symbols */ |
