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

    [ALSA] sound: fix rme9652 section mismatch
    
    Fix section mismatch in hdsp:  snd_hdsp_proc_init() can be called from
    an ioctl at any time.
    WARNING: vmlinux.o(.text+0x1089bc2): Section mismatch: reference to 
.init.text: (between 'snd_hdsp_create_alsa_devices' and 'snd_hdsp_free')
    
    Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>
    Signed-off-by: Takashi Iwai <[EMAIL PROTECTED]>
    Signed-off-by: Jaroslav Kysela <[EMAIL PROTECTED]>
---
 sound/pci/rme9652/hdsp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/pci/rme9652/hdsp.c b/sound/pci/rme9652/hdsp.c
index 4ba9e01..763e4c9 100644
--- a/sound/pci/rme9652/hdsp.c
+++ b/sound/pci/rme9652/hdsp.c
@@ -3555,7 +3555,7 @@ snd_hdsp_proc_read(struct snd_info_entry *entry, struct 
snd_info_buffer *buffer)
 
 }
 
-static void __devinit snd_hdsp_proc_init(struct hdsp *hdsp)
+static void snd_hdsp_proc_init(struct hdsp *hdsp)
 {
        struct snd_info_entry *entry;
 
-
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