mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
ALSA: ice1724 - Fix section mismatch
Now snd_vt1724_chip_reset() is used in the resume callback, thus it cannot be __devinit. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
b40e953812
commit
cd77538724
1 changed files with 1 additions and 1 deletions
|
@ -2267,7 +2267,7 @@ static int __devinit snd_vt1724_read_eeprom(struct snd_ice1712 *ice,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
static void __devinit snd_vt1724_chip_reset(struct snd_ice1712 *ice)
|
static void snd_vt1724_chip_reset(struct snd_ice1712 *ice)
|
||||||
{
|
{
|
||||||
outb(VT1724_RESET , ICEREG1724(ice, CONTROL));
|
outb(VT1724_RESET , ICEREG1724(ice, CONTROL));
|
||||||
inb(ICEREG1724(ice, CONTROL)); /* pci posting flush */
|
inb(ICEREG1724(ice, CONTROL)); /* pci posting flush */
|
||||||
|
|
Loading…
Reference in a new issue