firmware: change firmware_kset to firmware_kobj
authorGreg Kroah-Hartman <gregkh@suse.de>
Mon, 5 Nov 2007 21:16:15 +0000 (13:16 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 25 Jan 2008 04:40:23 +0000 (20:40 -0800)
There is no firmware "subsystem" it's just a directory in /sys that
other portions of the kernel want to hook into.  So make it a kobject
not a kset to help alivate anyone who tries to do some odd kset-like
things with this.

Cc: Kay Sievers <kay.sievers@vrfy.org>
Cc: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found