mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
[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>
This commit is contained in:
parent
123992f728
commit
58c1f8acde
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user