[ALSA] au88x0 - clean up __devinit/__devexit
authorDale Sedivec <dale@codefu.org>
Mon, 10 Apr 2006 09:34:44 +0000 (11:34 +0200)
committerJaroslav Kysela <perex@suse.cz>
Wed, 12 Apr 2006 09:34:15 +0000 (11:34 +0200)
commit99e80e4d0c7755d688e9db205016a0608fa989b4
treebb33c136d0a0fc66c55423fb19cab28ffd117c7b
parenta29b6c8895edbd9921837b592bcd125cee64fc84
[ALSA] au88x0 - clean up __devinit/__devexit

Modules: au88x0 driver

Removed all use of __devinit/__devexit and init.h from headers.  Any
attributes given in the prototype but not in the function definition have
been moved to the definition.

An exception is vortex_eq_free: I removed the __devexit attribute because
vortex_eq_free is called from vortex_core_shutdown, and
vortex_core_shutdown may be called from __devinit snd_vortex_create.

Compile tested with allyesconfig and allmodconfig.

Signed-off-by: Dale Sedivec <dale@codefu.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/au88x0/au88x0.h
sound/pci/au88x0/au88x0_core.c
sound/pci/au88x0/au88x0_eq.c