linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Albert Cranford <ac9410@bellsouth.net>
To: Linus Torvalds <torvalds@transmeta.com>,
	Linux Kernel List <linux-kernel@vger.kernel.org>,
	"linux-i2c@tk.uni-linz.ac.at" <linux-i2c@tk.uni-linz.ac.at>
Subject: [patch] 2.5.20 i2c-elektor fix
Date: Tue, 04 Jun 2002 01:07:29 -0400	[thread overview]
Message-ID: <3CFC4B11.21A7CE1A@bellsouth.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 137 bytes --]

Hello Linus,
The attached patch fixes i2c-elektor.c exit function.
Albert
-- 
Albert Cranford Deerfield Beach FL USA
ac9410@bellsouth.net

[-- Attachment #2: 47-i2c-4-patch --]
[-- Type: text/plain, Size: 540 bytes --]

# i2c-elektor.c:Adding call to pcf_isa_init to i2c_pcfisa_init causes:
# i2c-elektor.o: In function `i2c_pcfisa_init':
# i2c-elektor.o(.text.init+0x95): undefined reference to `local symbol
# i2c-elektor.c: fix by removing __exit for inline compiling.
--- linux/drivers/i2c/i2c-elektor.c.orig	2002-05-14 23:14:40.000000000 -0400
+++ linux/drivers/i2c/i2c-elektor.c	2002-05-16 09:38:09.000000000 -0400
@@ -160,7 +160,7 @@
 }
 
 
-static void __exit pcf_isa_exit(void)
+static void pcf_isa_exit(void)
 {
 	if (irq > 0) {
 		disable_irq(irq);

             reply	other threads:[~2002-06-04  5:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-04  5:07 Albert Cranford [this message]
2002-06-04 14:04 ` [patch] 2.5.20 i2c-elektor fix Alan Cox
2002-06-04 16:13   ` Thunder from the hill

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=3CFC4B11.21A7CE1A@bellsouth.net \
    --to=ac9410@bellsouth.net \
    --cc=linux-i2c@tk.uni-linz.ac.at \
    --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;
as well as URLs for NNTP newsgroup(s).