ALSA: cs4231: Utilize the module_isa_driver macro
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Tue, 31 May 2016 15:55:29 +0000 (11:55 -0400)
committerTakashi Iwai <tiwai@suse.de>
Wed, 1 Jun 2016 05:35:48 +0000 (07:35 +0200)
commitec5c08969928d3725b8e21a2ebb9e438392d099e
tree7fb612dfffb68160941c8785c665d2e6b966f295
parent042c576ca4932a298e73abd0872f4223d5411679
ALSA: cs4231: 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/cs423x/cs4231.c