]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: ad1848: Utilize the module_isa_driver macro
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Tue, 31 May 2016 15:55:01 +0000 (11:55 -0400)
committerTakashi Iwai <tiwai@suse.de>
Wed, 1 Jun 2016 05:35:47 +0000 (07:35 +0200)
commitd2fd147c59d187dcf65e2acf6b7c9c34f2f760e1
tree78e9bc4088a5e2a3ac76ebe9ae5c65f1323a38c7
parentfc733cf98c2afa50730928ccdb302e412610e5df
ALSA: ad1848: 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/ad1848/ad1848.c