ALSA: cmi8328: Utilize the module_isa_driver macro
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Tue, 31 May 2016 15:55:12 +0000 (11:55 -0400)
committerTakashi Iwai <tiwai@suse.de>
Wed, 1 Jun 2016 05:35:47 +0000 (07:35 +0200)
commit042c576ca4932a298e73abd0872f4223d5411679
treea569896162101983e87af912dacf52a64352b2f6
parentd2fd147c59d187dcf65e2acf6b7c9c34f2f760e1
ALSA: cmi8328: 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/cmi8328.c