aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-05-20 16:13:00 +0200
committerJaroslav Kysela <perex@suse.cz>2005-05-29 10:11:23 +0200
commit58c1f8acdeec4989e5dce1a3aec16926342d7f4b (patch)
tree34456338068c31178b19f3659893a125eaa5aabd /sound/pci
parent[ALSA] sound/core/: possible cleanups (diff)
downloadlinux-dev-58c1f8acdeec4989e5dce1a3aec16926342d7f4b.tar.xz
linux-dev-58c1f8acdeec4989e5dce1a3aec16926342d7f4b.zip
[ALSA] Fix resume of via82xx-modem
VIA82xx-modem driver Fix the resume of via82xx-modem, removing invalid __devinit. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/via82xx_modem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/via82xx_modem.c b/sound/pci/via82xx_modem.c
index 098870aea264..276ce5299684 100644
--- a/sound/pci/via82xx_modem.c
+++ b/sound/pci/via82xx_modem.c
@@ -938,7 +938,7 @@ static void __devinit snd_via82xx_proc_init(via82xx_t *chip)
*
*/
-static int __devinit snd_via82xx_chip_init(via82xx_t *chip)
+static int snd_via82xx_chip_init(via82xx_t *chip)
{
unsigned int val;
int max_count;