commit | ca83922e1c51c090e62bd42f3c12c84f49374a9e | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Fri Mar 16 23:05:26 2012 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Fri Mar 16 23:06:11 2012 -0700 |
tree | d0d7b5c307fc445abe41ae614857643b222e1528 | |
parent | 0f1142a514e101076bc01de2f93b242693d0f16f [diff] |
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>