From: Andrey Panin <pazke@orbita1.ru>
To: Jeff Garzik <jgarzik@mandrakesoft.com>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH][TRIVIAL] de2104x.c missing __devexit_p in 2.5.43
Date: Thu, 17 Oct 2002 11:03:32 +0400 [thread overview]
Message-ID: <20021017070332.GB304@pazke.ipt> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 173 bytes --]
IMHO subject and patch are self explainning :)
--
Andrey Panin | Embedded systems software developer
pazke@orbita1.ru | PGP key: wwwkeys.eu.pgp.net
[-- Attachment #1.2: patch-de2104x-devexit --]
[-- Type: text/plain, Size: 473 bytes --]
diff -urN -X /usr/share/dontdiff linux-vanilla/drivers/net/tulip/de2104x.c linux/drivers/net/tulip/de2104x.c
--- linux-vanilla/drivers/net/tulip/de2104x.c Sun Sep 1 02:04:53 2002
+++ linux/drivers/net/tulip/de2104x.c Thu Oct 17 04:10:19 2002
@@ -2216,7 +2216,7 @@
.name = DRV_NAME,
.id_table = de_pci_tbl,
.probe = de_init_one,
- .remove = de_remove_one,
+ .remove = __devexit_p(de_remove_one),
#ifdef CONFIG_PM
.suspend = de_suspend,
.resume = de_resume,
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
next reply other threads:[~2002-10-17 6:58 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-17 7:03 Andrey Panin [this message]
2002-10-17 14:21 ` Jeff Garzik
2002-10-18 5:46 ` Andrey Panin
2002-10-17 17:14 Adam J. Richter
2002-10-17 17:20 ` Jeff Garzik
2002-10-18 19:41 ` Bill Davidsen
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=20021017070332.GB304@pazke.ipt \
--to=pazke@orbita1.ru \
--cc=jgarzik@mandrakesoft.com \
--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
all inboxes | Powered by JetHome®