From: Greg Kroah-Hartman Date: Tue, 4 Dec 2007 04:16:20 +0000 (-0700) Subject: kobject: convert ibmasm to use kref, not kobject X-Git-Tag: v2.6.25-rc1~1243^2~163 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a045171f875cd61f690981a78ab98fbd137c938b;p=pandora-kernel.git kobject: convert ibmasm to use kref, not kobject The IBM asm 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: Max Asböck Cc: Kay Sievers Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed