]> asedeno.scripts.mit.edu Git - linux.git/commit
watchdog: pcwd: Utilize the module_isa_driver macro
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Wed, 1 Jun 2016 13:05:48 +0000 (09:05 -0400)
committerWim Van Sebroeck <wim@iguana.be>
Sun, 17 Jul 2016 18:59:23 +0000 (20:59 +0200)
commitb7a8c420f31eaf521f66f093a1a00e92718dd193
tree62afc4211274814cd89106454b3ced7731088b55
parentefa859f7d7860f73396c1ff28017e55b5b403e82
watchdog: pcwd: 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>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/pcwd.c