i2c: elektor: Utilize the module_isa_driver macro
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Tue, 31 May 2016 15:37:13 +0000 (11:37 -0400)
committerWolfram Sang <wsa@the-dreams.de>
Sun, 19 Jun 2016 17:45:43 +0000 (19:45 +0200)
commit9e55c0739670585f0d1bad58fa713865348be943
tree582772b2757d2161d96431066d9d60b98e2fd338
parent45bc35ef0d14423cb3fbdba14112261f387d536e
i2c: elektor: Utilize the module_isa_driver macro

This driver does not do anything special in module init/exit. This patch
eliminates the module init/exit boilerplate code by utilizing the
module_isa_driver macro.

Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-elektor.c