ALSA: gusextreme: Utilize the module_isa_driver macro
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Tue, 31 May 2016 15:55:58 +0000 (11:55 -0400)
committerTakashi Iwai <tiwai@suse.de>
Wed, 1 Jun 2016 05:35:50 +0000 (07:35 +0200)
commitbfc7e0ffce0a31e1b1552d19c87340f7edeb80f3
tree81bafe29a9bf63ce24825a522220f8114a4aec50
parenta99e8c625d38d47a434e954426315aac894deee9
ALSA: gusextreme: 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/gus/gusextreme.c