From: Greg Kroah-Hartman Date: Thu, 20 Dec 2007 16:13:05 +0000 (-0800) Subject: Kobject: convert arch/* from kobject_unregister() to kobject_put() X-Git-Tag: v2.6.25-rc1~1243^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38a382ae5dd4f4d04e3046816b0a41836094e538;p=pandora-kernel.git Kobject: convert arch/* from kobject_unregister() to kobject_put() There is no need for kobject_unregister() anymore, thanks to Kay's kobject cleanup changes, so replace all instances of it with kobject_put(). Cc: Kay Sievers Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed