Re: [PATCH 3/28] Driver core: convert SPI code to use struct device

2007-02-07 Thread David Brownell
NAK. This wasn't supposed to go upstream Greg; and it also conflicts with other pending SPI patches. - Dave - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 3/28] Driver core: convert SPI code to use struct device

2007-02-07 Thread Greg KH
From: Greg Kroah-Hartman <[EMAIL PROTECTED]> 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: <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- drivers/spi