From: Keith Owens <kaos@ocs.com.au>
To: Rob Hensley <zoid@zoid.staticky.com>
Cc: linux-kernel@vger.kernel.org, marcelo@conectiva.com.br,
arjanv@redhat.com
Subject: Re: debian unstable and 2.4.16-pre8...
Date: Thu, 13 Dec 2001 17:32:38 +1100 [thread overview]
Message-ID: <24912.1008225158@kao2.melbourne.sgi.com> (raw)
In-Reply-To: Your message of "Wed, 12 Dec 2001 21:33:44 CDT." <Pine.LNX.4.33.0112122124480.21682-100000@localhost>
On Wed, 12 Dec 2001 21:33:44 -0500 (EST),
Rob Hensley <zoid@zoid.staticky.com> wrote:
>drivers/pcmcia/pcmcia.o(.data+0x1294): undefined reference to `local
>symbols in discarded section .text.exit'
I converted functions defined as __devexit, i82092.c incorrectly used
__exit. Patch against 2.4.17-pre8, Marcelo please apply.
I resisted the temptation to clean up the white space at the same time,
i82092.c has 176 lines with spurious trailing white space.
Index: 17-pre8.1/drivers/pcmcia/i82092.c
--- 17-pre8.1/drivers/pcmcia/i82092.c Sat, 10 Nov 2001 21:05:25 +1100 kaos (linux-2.4/E/f/35_i82092.c 1.2 644)
+++ 17-pre8.1(w)/drivers/pcmcia/i82092.c Thu, 13 Dec 2001 17:27:28 +1100 kaos (linux-2.4/E/f/35_i82092.c 1.2 644)
@@ -42,7 +42,7 @@ static struct pci_driver i82092aa_pci_dr
name: "i82092aa",
id_table: i82092aa_pci_ids,
probe: i82092aa_pci_probe,
- remove: i82092aa_pci_remove,
+ remove: __devexit_p(i82092aa_pci_remove),
suspend: NULL,
resume: NULL
};
@@ -160,7 +160,7 @@ static int __init i82092aa_pci_probe(str
return 0;
}
-static void __exit i82092aa_pci_remove(struct pci_dev *dev)
+static void __devexit i82092aa_pci_remove(struct pci_dev *dev)
{
enter("i82092aa_pci_remove");
next prev parent reply other threads:[~2001-12-13 6:33 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-12-13 2:33 debian unstable and 2.4.16-pre8 Rob Hensley
2001-12-13 2:55 ` Rob Hensley
2001-12-13 5:46 ` Keith Owens
2001-12-13 6:32 ` Keith Owens [this message]
[not found] <Pine.LNX.4.43.0112122146360.1085-100000@morpheus>
2001-12-13 2:54 ` Rob Hensley
[not found] <20011213034839.GA28468@galileo>
2001-12-13 4:07 ` Rob Hensley
2001-12-13 6:00 ` Keith Owens
[not found] <3C182F0C.2070403@attbi.com>
2001-12-13 4:43 ` Rob Hensley
[not found] <20011213043410.GB28468@galileo>
2001-12-13 4:44 ` Rob Hensley
2001-12-13 4:55 ` Syd Alsobrook
-- strict thread matches above, loose matches on Subject: below --
2001-12-13 6:09 Rob Hensley
2001-12-14 0:08 Will Dyson
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=24912.1008225158@kao2.melbourne.sgi.com \
--to=kaos@ocs.com.au \
--cc=arjanv@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo@conectiva.com.br \
--cc=zoid@zoid.staticky.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.