auxdisplay: lcd2s: use module_i2c_driver to simplify the code
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 8 Mar 2022 15:11:17 +0000 (17:11 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Fri, 18 Mar 2022 19:31:14 +0000 (20:31 +0100)
commitf15c3dea5ed75d6f646802656d97d779dd69e683
tree59438c237c4ac9c01b074716b7d47309a4e24d01
parent44bb3f038eb5583ae1fdd74f088e9e6235c3875e
auxdisplay: lcd2s: use module_i2c_driver to simplify the code

Use the module_i2c_driver() macro to make the code smaller
and a bit simpler.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
drivers/auxdisplay/lcd2s.c