]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
ALSA: jazz16: Utilize the module_isa_driver macro
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Tue, 31 May 2016 15:54:50 +0000 (11:54 -0400)
committerTakashi Iwai <tiwai@suse.de>
Wed, 1 Jun 2016 05:35:46 +0000 (07:35 +0200)
commitfc733cf98c2afa50730928ccdb302e412610e5df
tree1f4d0951ef912a4f7ecebb905d84270abf952ad0
parentbb974b8f7b16441d49e188774d74ba987c58be53
ALSA: jazz16: 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/sb/jazz16.c