From: Greg Kroah-Hartman Date: Wed, 28 Nov 2007 18:46:22 +0000 (-0800) Subject: kobject: convert hvcs to use kref, not kobject X-Git-Tag: v2.6.25-rc1~1243^2~161 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7eb12c626d4375faf03039261546bd19c1325fd;p=pandora-kernel.git kobject: convert hvcs to use kref, not kobject hvcs 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