diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-07-02 04:28:56 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-07-02 04:30:50 -0400 |
commit | cd775387244e379ef9b284f9b6aff6ee069f4d12 (patch) | |
tree | 0d946ae822efdb4044a9e7e4576e2927007dc875 /sound | |
parent | b40e9538124fc9b9333e3eea0fc514da4a185dae (diff) |
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>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/ice1712/ice1724.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ice1712/ice1724.c b/sound/pci/ice1712/ice1724.c index 6a560021e11f..fdd6c6d28bce 100644 --- a/sound/pci/ice1712/ice1724.c +++ b/sound/pci/ice1712/ice1724.c | |||
@@ -2267,7 +2267,7 @@ static int __devinit snd_vt1724_read_eeprom(struct snd_ice1712 *ice, | |||
2267 | 2267 | ||
2268 | 2268 | ||
2269 | 2269 | ||
2270 | static void __devinit snd_vt1724_chip_reset(struct snd_ice1712 *ice) | 2270 | static void snd_vt1724_chip_reset(struct snd_ice1712 *ice) |
2271 | { | 2271 | { |
2272 | outb(VT1724_RESET , ICEREG1724(ice, CONTROL)); | 2272 | outb(VT1724_RESET , ICEREG1724(ice, CONTROL)); |
2273 | inb(ICEREG1724(ice, CONTROL)); /* pci posting flush */ | 2273 | inb(ICEREG1724(ice, CONTROL)); /* pci posting flush */ |