commit | 1b92c1cf6b638e7cbe9fdaac3f6efb8874f5cc02 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Fri Mar 16 23:05:41 2012 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Fri Mar 16 23:06:19 2012 -0700 |
tree | 88e7cfcd088df7eba9b705285c8e0d8ba7bbd632 | |
parent | ca83922e1c51c090e62bd42f3c12c84f49374a9e [diff] |
Input: convert I2C drivers to use module_i2c_driver() This patch converts the drivers in drivers/input/* to use the module_i2c_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>