Skip to content

Commit

Permalink
[ALSA] Fix resume of via82xx-modem
Browse files Browse the repository at this point in the history
VIA82xx-modem driver
Fix the resume of via82xx-modem, removing invalid __devinit.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed May 29, 2005
1 parent 123992f commit 58c1f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/via82xx_modem.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 58c1f8a

Please sign in to comment.