Driver core: convert fb 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)
commit78cde0887930f5d11a56fc51b013f2672fba0e6f
treec91d1295dc7385a62f32414f50303e0608d6d1db
parente55c8790d40fdbc6887b4e3e52afefe4b03f1311
Driver core: convert fb 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/video/fbmem.c
drivers/video/fbsysfs.c
include/linux/fb.h