From: Greg Kroah-Hartman Date: Mon, 5 Nov 2007 21:16:15 +0000 (-0800) Subject: firmware: change firmware_kset to firmware_kobj X-Git-Tag: v2.6.25-rc1~1243^2~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f62ed9e33b3ccff54d66b08f82d11940bb9e269b;p=pandora-kernel.git firmware: change firmware_kset to firmware_kobj 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 Cc: Cornelia Huck Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed