Commit db314194 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] nm256_audio section fix

WARNING: sound/oss/nm256_audio.o - Section mismatch: reference to .init.text:nm256_peek_for_sig from .text between 'nm256_install' (at offset 0x3ba4) and 'nm256_probe'                                                                         WARNING: sound/oss/nm256_audio.o - Section mismatch: reference to .init.text:nm256_peek_for_sig from .text between 'nm256_install' (at offset 0x3bac) and 'nm256_probe'                                                                         WARNING: sound/oss/nm256_audio.o - Section mismatch: reference to .init.text: from .text between 'nm256_install' (at offset 0x3dcc) and 'nm256_probe'           WARNING: sound/oss/nm256_audio.o - Section mismatch: reference to .init.text: from .text between 'nm256_install' (at offset 0x3dd0) and 'nm256_probe'
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 1caef6aa
...@@ -960,7 +960,7 @@ static struct ac97_mixer_value_list mixer_defaults[] = { ...@@ -960,7 +960,7 @@ static struct ac97_mixer_value_list mixer_defaults[] = {
/* Installs the AC97 mixer into CARD. */ /* Installs the AC97 mixer into CARD. */
static int __init static int __devinit
nm256_install_mixer (struct nm256_info *card) nm256_install_mixer (struct nm256_info *card)
{ {
int mixer; int mixer;
...@@ -995,7 +995,7 @@ nm256_install_mixer (struct nm256_info *card) ...@@ -995,7 +995,7 @@ nm256_install_mixer (struct nm256_info *card)
* RAM. * RAM.
*/ */
static void __init static void __devinit
nm256_peek_for_sig (struct nm256_info *card) nm256_peek_for_sig (struct nm256_info *card)
{ {
u32 port1offset u32 port1offset
...@@ -1056,7 +1056,7 @@ nm256_install(struct pci_dev *pcidev, enum nm256rev rev, char *verstr) ...@@ -1056,7 +1056,7 @@ nm256_install(struct pci_dev *pcidev, enum nm256rev rev, char *verstr)
card->playing = 0; card->playing = 0;
card->recording = 0; card->recording = 0;
card->rev = rev; card->rev = rev;
spin_lock_init(&card->lock); spin_lock_init(&card->lock);
/* Init the memory port info. */ /* Init the memory port info. */
for (x = 0; x < 2; x++) { for (x = 0; x < 2; x++) {
......
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