]> asedeno.scripts.mit.edu Git - linux.git/commit
i2c: pca-isa: Utilize the module_isa_driver macro
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Tue, 31 May 2016 16:22:34 +0000 (12:22 -0400)
committerWolfram Sang <wsa@the-dreams.de>
Sun, 19 Jun 2016 17:49:29 +0000 (19:49 +0200)
commite0f6431c1ef00e6160c9c36a9ca3b7405518db3d
tree86b65a2ac7b2b4fd260786585f21940827ae1a70
parent9e55c0739670585f0d1bad58fa713865348be943
i2c: pca-isa: 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>
[wsa: remove two empty lines while here]
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-pca-isa.c