From: Greg Kroah-Hartman Date: Tue, 4 Dec 2007 04:16:20 +0000 (-0700) Subject: kobject: convert icom to use kref, not kobject X-Git-Tag: v2.6.25-rc1~1243^2~160 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15f2bbb28e96e20149548926e5b08551ba140b14;p=pandora-kernel.git kobject: convert icom to use kref, not kobject The IBM icom serial driver is using a kobject only for reference counting, nothing else. So switch it to use a kref instead, which is all that is needed, and is much smaller. Cc: Anton Blanchard Cc: Paul Mackerras Cc: Benjamin Herrenschmidt Cc: Ryan S. Arnold Cc: Kay Sievers Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed