From: Adrian Bunk <bunk@fs.tum.de>
To: linux-kernel@vger.kernel.org
Subject: [2.5 patch] fix .text.exit error in OSS awe_wave.c
Date: Thu, 20 Mar 2003 16:31:35 +0100 [thread overview]
Message-ID: <20030320153134.GA3174@fs.tum.de> (raw)
I got a .exit.text error in 2.5.65.
The problem is that in sound/oss/awe_wave.c the __init function
_attach_awe calls the __exit function awe_release_region.
The following patch that removes the __exit from awe_release_region
fixes it:
--- linux-2.5.65-notfull/sound/oss/awe_wave.c.old 2003-03-20 16:09:19.000000000 +0100
+++ linux-2.5.65-notfull/sound/oss/awe_wave.c 2003-03-20 16:09:40.000000000 +0100
@@ -757,7 +757,7 @@
return 0;
}
-static void __exit
+static void
awe_release_region(void)
{
if (! port_setuped) return;
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
reply other threads:[~2003-03-20 15:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030320153134.GA3174@fs.tum.de \
--to=bunk@fs.tum.de \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox