[PATCH] spi: ads7836 uses spi_driver

This updates the ads7864 driver to use the new "spi_driver" struct, and
includes some minor unrelated cleanup.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
David Brownell
2006-01-08 13:34:25 -08:00
committed by Greg Kroah-Hartman
parent 0c868461fc
commit 2e5a7bd978
2 changed files with 43 additions and 43 deletions

View File

@ -1,7 +1,7 @@
/* linux/spi/ads7846.h */
/* Touchscreen characteristics vary between boards and models. The
* platform_data for the device's "struct device" holts this information.
* platform_data for the device's "struct device" holds this information.
*
* It's OK if the min/max values are zero.
*/