aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/via82xx_modem.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-05-20 10:13:00 -0400
committerJaroslav Kysela <perex@suse.cz>2005-05-29 04:11:23 -0400
commit58c1f8acdeec4989e5dce1a3aec16926342d7f4b (patch)
tree34456338068c31178b19f3659893a125eaa5aabd /sound/pci/via82xx_modem.c
parent123992f728785e05f385d23893bd5ec69871aeb4 (diff)
[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/via82xx_modem.c')
-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)
938 * 938 *
939 */ 939 */
940 940
941static int __devinit snd_via82xx_chip_init(via82xx_t *chip) 941static int snd_via82xx_chip_init(via82xx_t *chip)
942{ 942{
943 unsigned int val; 943 unsigned int val;
944 int max_count; 944 int max_count;