ALSA: gusclassic: Utilize the module_isa_driver macro
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Tue, 31 May 2016 15:56:09 +0000 (11:56 -0400)
committerTakashi Iwai <tiwai@suse.de>
Wed, 1 Jun 2016 05:35:50 +0000 (07:35 +0200)
commita04236e213fd42f935447a93ded167cc1e368d9a
tree02f7198bae540cd1e827976513d42ff31c35312a
parentbfc7e0ffce0a31e1b1552d19c87340f7edeb80f3
ALSA: gusclassic: 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/gusclassic.c