From: "Randy.Dunlap" <rddunlap@osdl.org>
To: lkml <linux-kernel@vger.kernel.org>, akpm <akpm@osdl.org>,
davej@codemonkey.org.uk
Subject: [PATCH] intel_agp: dangling devexit reference
Date: Thu, 14 Oct 2004 12:28:09 -0700 [thread overview]
Message-ID: <416ED349.9090307@osdl.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 159 bytes --]
Fix error found by 'scripts/reference_discarded.pl':
Error: ./drivers/char/agp/intel-agp.o .data refers to 00000914
R_386_32 .exit.text
--
~Randy
[-- Attachment #2: intel_agp_devexit.patch --]
[-- Type: text/x-patch, Size: 815 bytes --]
Fix error found by 'scripts/reference_discarded.pl':
Error: ./drivers/char/agp/intel-agp.o .data refers to 00000914 R_386_32 .exit.text
Signed-off-by: Randy Dunlap <rddunlap@osdl.org>
diffstat:=
drivers/char/agp/intel-agp.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Naurp ./drivers/char/agp/intel-agp.c~intel_agp_devexit ./drivers/char/agp/intel-agp.c
--- ./drivers/char/agp/intel-agp.c~intel_agp_devexit 2004-10-11 21:09:57.000000000 -0700
+++ ./drivers/char/agp/intel-agp.c 2004-10-12 22:14:55.289864744 -0700
@@ -1778,7 +1778,7 @@ static struct pci_driver agp_intel_pci_d
.name = "agpgart-intel",
.id_table = agp_intel_pci_table,
.probe = agp_intel_probe,
- .remove = agp_intel_remove,
+ .remove = __devexit_p(agp_intel_remove),
.resume = agp_intel_resume,
};
reply other threads:[~2004-10-14 19:44 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=416ED349.9090307@osdl.org \
--to=rddunlap@osdl.org \
--cc=akpm@osdl.org \
--cc=davej@codemonkey.org.uk \
--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
Powered by JetHome