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