Driver core: convert SPI code to use struct device
authorGreg Kroah-Hartman <gregkh@suse.de>
Mon, 22 Jan 2007 21:45:38 +0000 (13:45 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 7 Feb 2007 18:37:11 +0000 (10:37 -0800)
commit2943ecf2ed32632473c06f1975db47a7aa98c10f
tree94bbae37d42f3e03fd8fc4a86767f5815a1318fb
parent873733188a019acdb7fa253011cbdc0a8afd97f3
Driver core: convert SPI 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.

Cc: <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/spi/pxa2xx_spi.c
drivers/spi/spi.c
drivers/spi/spi_bitbang.c
drivers/spi/spi_butterfly.c
include/linux/spi/spi.h