Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=076c0e4fd80a43f64710fe9aabdc4c463b7f8621
Commit:     076c0e4fd80a43f64710fe9aabdc4c463b7f8621
Parent:     f8f794ab27dd3c6d9965ec5434775ead23d3d7a2
Author:     Randy Dunlap <[EMAIL PROTECTED]>
AuthorDate: Tue Jun 26 11:43:52 2007 +0200
Committer:  Jaroslav Kysela <[EMAIL PROTECTED]>
CommitDate: Fri Jul 20 11:11:38 2007 +0200

    [ALSA] fix ensoniq section mismatch
    
    Fix ensoniq driver sections when HOTPLUG=n, but code is used
    during resume, so it cannot be discarded:
    WARNING: sound/pci/snd-ens1371.o(.text+0x5c0): Section mismatch: reference 
to .init.text: (between 'snd_ensoniq_chip_init' and 'snd_ensoniq_free')
    
    Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>
    Signed-off-by: Takashi Iwai <[EMAIL PROTECTED]>
    Signed-off-by: Jaroslav Kysela <[EMAIL PROTECTED]>
---
 sound/pci/ens1370.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/pci/ens1370.c b/sound/pci/ens1370.c
index 7c40396..21cb426 100644
--- a/sound/pci/ens1370.c
+++ b/sound/pci/ens1370.c
@@ -1607,8 +1607,8 @@ struct es1371_quirk {
        unsigned char rev;              /* revision */
 };
 
-static int __devinit es1371_quirk_lookup(struct ensoniq *ensoniq,
-                                        struct es1371_quirk *list)
+static int es1371_quirk_lookup(struct ensoniq *ensoniq,
+                               struct es1371_quirk *list)
 {
        while (list->vid != (unsigned short)PCI_ANY_ID) {
                if (ensoniq->pci->vendor == list->vid &&
-
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