mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue