diff options
author | David Brownell <david-b@pacbell.net> | 2006-01-08 16:34:25 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-01-13 19:29:55 -0500 |
commit | 2e5a7bd978bf4118a0c8edf2e6ff81d0a72fee47 (patch) | |
tree | ee5b09d090c7a4a6cbf19ddf9f252d315b46eda1 /include/linux/spi | |
parent | 0c868461fcb8413cb9f691d68e5b99b0fd3c0737 (diff) |
[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>
Diffstat (limited to 'include/linux/spi')
-rw-r--r-- | include/linux/spi/ads7846.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/spi/ads7846.h b/include/linux/spi/ads7846.h index 84a27013d399..72261e0f2ac1 100644 --- a/include/linux/spi/ads7846.h +++ b/include/linux/spi/ads7846.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* linux/spi/ads7846.h */ | 1 | /* linux/spi/ads7846.h */ |
2 | 2 | ||
3 | /* Touchscreen characteristics vary between boards and models. The | 3 | /* Touchscreen characteristics vary between boards and models. The |
4 | * platform_data for the device's "struct device" holts this information. | 4 | * platform_data for the device's "struct device" holds this information. |
5 | * | 5 | * |
6 | * It's OK if the min/max values are zero. | 6 | * It's OK if the min/max values are zero. |
7 | */ | 7 | */ |