Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=32a41b026e65e9430a8c24f5d400cc21d44a897d
Commit:     32a41b026e65e9430a8c24f5d400cc21d44a897d
Parent:     e4d76815c2d6477f4b77f1c7dbfbde113af89e67
Author:     Randy Dunlap <[EMAIL PROTECTED]>
AuthorDate: Wed Jan 16 14:55:07 2008 +0100
Committer:  Jaroslav Kysela <[EMAIL PROTECTED]>
CommitDate: Thu Jan 31 17:30:00 2008 +0100

    [ALSA] sound: fix atiixp section mismatch
    
    Fix section mismatch in atiixp by making some functions __devinit.
    WARNING: vmlinux.o(.text+0xfd9304): Section mismatch: reference to 
.init.data:atiixp_quirks (between 'ac97_probing_bugs' and 
'snd_atiixp_codec_detect')
    
    Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>
    Signed-off-by: Takashi Iwai <[EMAIL PROTECTED]>
    Signed-off-by: Jaroslav Kysela <[EMAIL PROTECTED]>
---
 sound/pci/atiixp.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/pci/atiixp.c b/sound/pci/atiixp.c
index e9c87f5..4594186 100644
--- a/sound/pci/atiixp.c
+++ b/sound/pci/atiixp.c
@@ -559,7 +559,7 @@ static int snd_atiixp_aclink_down(struct atiixp *chip)
             ATI_REG_ISR_CODEC2_NOT_READY)
 #define CODEC_CHECK_BITS (ALL_CODEC_NOT_READY|ATI_REG_ISR_NEW_FRAME)
 
-static int ac97_probing_bugs(struct pci_dev *pci)
+static int __devinit ac97_probing_bugs(struct pci_dev *pci)
 {
        const struct snd_pci_quirk *q;
 
@@ -573,7 +573,7 @@ static int ac97_probing_bugs(struct pci_dev *pci)
        return -1;
 }
 
-static int snd_atiixp_codec_detect(struct atiixp *chip)
+static int __devinit snd_atiixp_codec_detect(struct atiixp *chip)
 {
        int timeout;
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to