Commit 4f9ea010 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds

[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: default avatarRandy Dunlap <rddunlap@osdl.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent a8309eaa
...@@ -1047,7 +1047,7 @@ nm256_peek_for_sig (struct nm256_info *card) ...@@ -1047,7 +1047,7 @@ nm256_peek_for_sig (struct nm256_info *card)
* VERSTR is a human-readable version string. * VERSTR is a human-readable version string.
*/ */
static int __init static int __devinit
nm256_install(struct pci_dev *pcidev, enum nm256rev rev, char *verstr) nm256_install(struct pci_dev *pcidev, enum nm256rev rev, char *verstr)
{ {
struct nm256_info *card; struct nm256_info *card;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment