]> git.baikalelectronics.ru Git - kernel.git/commit
can: tscan1: Utilize the module_isa_driver macro
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Wed, 1 Jun 2016 12:59:51 +0000 (08:59 -0400)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Fri, 17 Jun 2016 13:39:43 +0000 (15:39 +0200)
commitb81f2c00d2e71d5b40f6d77e15b929491a04ab1e
treec97d87fbd78aaf2f178d8eaa07a02502fabf3a39
parented056128d4e731ba9c2ed1286cb51898e3e58988
can: tscan1: 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: Marc Kleine-Budde <mkl@pengutronix.de>
drivers/net/can/sja1000/tscan1.c