commit | e1543ddf739b22a8c4218716ad50c26b3e147403 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <[email protected]> | Mon Dec 17 23:05:35 2007 -0700 |
committer | Greg Kroah-Hartman <[email protected]> | Thu Jan 24 20:40:38 2008 -0800 |
tree | 584f63bf431368d366f2d156abc4ec85636dfe2f | |
parent | b2d6db5878a0832659ed58476357eea2db915550 [diff] |
Kobject: remove kobject_init() as no one uses it anymore The old kobject_init() function is on longer in use, so let us remove it from the public scope (kset mess in the kobject.c file still uses it, but that can be cleaned up later very simply.) Cc: Kay Sievers <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>