Skip to content
  • Greg Kroah-Hartman's avatar
    kobject: convert hvc_console to use kref, not kobject · 12b20ded
    Greg Kroah-Hartman authored
    
    
    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: default avatarGreg Kroah-Hartman <gregkh@suse.de>
    12b20ded