mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Daniel Ritz <daniel.ritz@gmx.ch>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: "linux-kernel" <linux-kernel@vger.kernel.org>, bwindle-kbt@fint.org
Subject: [PATCH 2.5] fix OSS cs4232 linking when compiled-in
Date: Tue, 25 Mar 2003 23:11:32 +0100	[thread overview]
Message-ID: <200303252311.32261.daniel.ritz@gmx.ch> (raw)

hi

this patch fixes the linking of sound/oss/cs4232.c.
unload_cs4232 can't be __exit since it's called from cs_4232_pnp_remove
which isn't __exit.

against 2.5.66-bk. please apply.
[fixes bugzilla.kernel.org #499]

rgds
-daniel


===== sound/oss/cs4232.c 1.10 vs edited =====
--- 1.10/sound/oss/cs4232.c	Wed Feb 26 11:52:04 2003
+++ edited/sound/oss/cs4232.c	Tue Mar 25 22:55:07 2003
@@ -313,7 +313,7 @@
 	}
 }
 
-static void __exit unload_cs4232(struct address_info *hw_config)
+static void unload_cs4232(struct address_info *hw_config)
 {
 	int base = hw_config->io_base, irq = hw_config->irq;
 	int dma1 = hw_config->dma, dma2 = hw_config->dma2;


             reply	other threads:[~2003-03-25 22:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-25 22:11 Daniel Ritz [this message]
2003-03-26 20:26 ` Alan Cox

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=200303252311.32261.daniel.ritz@gmx.ch \
    --to=daniel.ritz@gmx.ch \
    --cc=bwindle-kbt@fint.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /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

all inboxes | Powered by JetHome®