Driver core: convert mmc code to use struct device
authorGreg Kroah-Hartman <gregkh@suse.de>
Tue, 12 Sep 2006 15:00:10 +0000 (17:00 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Dec 2006 22:52:00 +0000 (14:52 -0800)
commitfcaf71fd51f9cfc504455d3e19ec242e4b2073ed
tree54b227d3092eff0bbc304cbf6169dcef36816a7f
parent04880edae5e1027d61241beb5ac37b520755f2ab
Driver core: convert mmc 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/mmc/mmc_queue.c
drivers/mmc/mmc_sysfs.c
drivers/mmc/wbsd.c
include/linux/mmc/host.h