commit | 6d06adfaf82d154023141ddc0c9de18b6a49090b | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <[email protected]> | Wed Dec 19 11:26:50 2007 -0800 |
committer | Greg Kroah-Hartman <[email protected]> | Thu Jan 24 20:40:39 2008 -0800 |
tree | a7a7e3c0458158cc6a93df457470c6fdd30a8c35 | |
parent | f9cb074bff8e762ef24c44678a5a7d907f82fbeb [diff] |
Kobject: remove kobject_register() The function is no longer used by anyone in the kernel, and it prevents the proper sending of the kobject uevent after the needed files are set up by the caller. kobject_init_and_add() can be used in its place. Cc: Kay Sievers <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>