]> git.baikalelectronics.ru Git - kernel.git/commit
Input: convert SPI drivers to use module_spi_driver()
authorAxel Lin <axel.lin@gmail.com>
Sat, 17 Mar 2012 06:05:26 +0000 (23:05 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 17 Mar 2012 06:06:11 +0000 (23:06 -0700)
commitda85a45d4b3e916969d5ce2fcbea444630ba0348
treed0d7b5c307fc445abe41ae614857643b222e1528
parent6f0706aeab30ff95d3c9068d5f0ff0f36fcb9577
Input: convert SPI drivers to use module_spi_driver()

This patch converts the drivers in drivers/input/* to use the
module_spi_driver() macro which makes the code smaller and a bit
simpler.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/misc/ad714x-spi.c
drivers/input/misc/adxl34x-spi.c
drivers/input/touchscreen/ad7877.c
drivers/input/touchscreen/ad7879-spi.c
drivers/input/touchscreen/ads7846.c
drivers/input/touchscreen/cyttsp_spi.c
drivers/input/touchscreen/tsc2005.c