Modules: remove unneeded release function
authorGreg Kroah-Hartman <gregkh@suse.de>
Sun, 23 Dec 2007 05:18:25 +0000 (21:18 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 25 Jan 2008 04:40:39 +0000 (20:40 -0800)
commit7a6a41615bfb2f03ce797bc24104c50b42c935e5
tree07eccb0b229da186dac531d6407b7b6d2e6dbef0
parent0f4dafc0563c6c49e17fe14b3f5f356e4c4b8806
Modules: remove unneeded release function

Now that kobjects properly clean up their name structures, no matter if
they have a release function or not, we can drop this empty module
kobject release function too (it was needed prior to this because of the
way we handled static kobject names, we based the fact that if a release
function was present, then we could safely free the name string, now we
are more smart about things and only free names we have previously set.)

Cc: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
kernel/params.c