From: Greg Kroah-Hartman Date: Sun, 23 Dec 2007 05:18:25 +0000 (-0800) Subject: Modules: remove unneeded release function X-Git-Tag: v2.6.25-rc1~1243^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a6a41615bfb2f03ce797bc24104c50b42c935e5;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed