lkml.org 
[lkml]   [2005]   [Mar]   [5]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateFri, 4 Mar 2005 21:56:55 -0800
From"Randy.Dunlap" <>
Subject[PATCH] oss/nm256: fix section references
oss/nm256_audio: fix init text section reference:

Error: ./sound/oss/nm256_audio.o .text refers to 0000000000001847 R_X86_64_PC32     .init.text+0x0000000000000018
Signed-off-by: Randy Dunlap <rddunlap@osdl.org>

diffstat:=
 sound/oss/nm256_audio.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)
diff -Naurp ./sound/oss/nm256_audio.c~oss_nm256_sections ./sound/oss/nm256_audio.c
--- ./sound/oss/nm256_audio.c~oss_nm256_sections	2005-03-01 23:38:08.000000000 -0800
+++ ./sound/oss/nm256_audio.c	2005-03-04 21:25:20.000000000 -0800
@@ -1047,7 +1047,7 @@ nm256_peek_for_sig (struct nm256_info *c
  * VERSTR is a human-readable version string.
  */
 
-static int __init
+static int __devinit
 nm256_install(struct pci_dev *pcidev, enum nm256rev rev, char *verstr)
 {
     struct nm256_info *card;

---
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:10    [from the cache]
©2003-2008