]> git.baikalelectronics.ru Git - kernel.git/commit
Driver core: convert firmware code to use struct device
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 14 Sep 2006 14:30:59 +0000 (07:30 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Dec 2006 22:52:00 +0000 (14:52 -0800)
commit8b0bcd906f5453f4406c918d8d9b2615179588be
tree4bcf70b8a5f5f4896c4fc942c8def16581ae1228
parent8dc64d97b48c3b6a010a91b4eb2fb10815fbdd9f
Driver core: convert firmware code to use struct device

Converts from using struct "class_device" to "struct device" making
everything show up properly in /sys/devices/ with symlinks from the
/sys/class directory.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/firmware_class.c