ALSA: adlib: Utilize the module_isa_driver macro
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Tue, 31 May 2016 15:56:52 +0000 (11:56 -0400)
committerTakashi Iwai <tiwai@suse.de>
Wed, 1 Jun 2016 05:35:52 +0000 (07:35 +0200)
commit1524c7191be24288ac097c7c3c1bc411f36c1fa4
treee16f52bdbd3eb6bc6563b66d9d7dd30edcbbbe57
parentab55c0500d68c1aff637d2ffa86c53cb7af891ca
ALSA: adlib: 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: Takashi Iwai <tiwai@suse.de>
sound/isa/adlib.c