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