commit | 12b20ded6f980d9161b1c6b062560b65a7295e1c | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Wed Nov 28 10:46:22 2007 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Jan 24 20:40:08 2008 -0800 |
tree | 0f446e8d06ac6b9f407790460f764b0af7b71521 | |
parent | a045171f875cd61f690981a78ab98fbd137c938b [diff] |
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 <anton@au.ibm.com> Cc: Paul Mackerras <paulus@au.ibm.com> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Ryan S. Arnold <rsa@us.ibm.com> Cc: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>