From: "Randy.Dunlap" <rddunlap@osdl.org>
To: markus.lidel@shadowconnect.com, akpm <akpm@osdl.org>,
lkml <linux-kernel@vger.kernel.org>
Subject: [PATCH] i2o: fix init/exit section usage
Date: Fri, 07 Jan 2005 11:30:15 -0800 [thread overview]
Message-ID: <41DEE347.7010504@osdl.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 520 bytes --]
Fix 3 instances of bad calls to i2o_pci_free(), from init to exit
code sections:
Error: ./drivers/message/i2o/pci.o .init.text refers to 000000f7
R_386_PC32 .exit.text
Error: ./drivers/message/i2o/pci.o .init.text refers to 000003bc
R_386_PC32 .exit.text
Error: ./drivers/message/i2o/pci.o .init.text refers to 00000572
R_386_PC32 .exit.text
Signed-off-by: Randy Dunlap <rddunlap@osdl.org>
diffstat:=
drivers/message/i2o/pci.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
---
[-- Attachment #2: i2o_init_exit.patch --]
[-- Type: text/x-patch, Size: 547 bytes --]
diff -Naurp ./drivers/message/i2o/pci.c~i2o_initexit ./drivers/message/i2o/pci.c
--- ./drivers/message/i2o/pci.c~i2o_initexit 2004-12-24 13:35:50.000000000 -0800
+++ ./drivers/message/i2o/pci.c 2005-01-07 10:44:03.388412824 -0800
@@ -83,7 +83,7 @@ int i2o_dma_realloc(struct device *dev,
* Remove all allocated DMA memory and unmap memory IO regions. If MTRR
* is enabled, also remove it again.
*/
-static void __devexit i2o_pci_free(struct i2o_controller *c)
+static void i2o_pci_free(struct i2o_controller *c)
{
struct device *dev;
reply other threads:[~2005-01-07 20:17 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=41DEE347.7010504@osdl.org \
--to=rddunlap@osdl.org \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=markus.lidel@shadowconnect.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.