* [patch] 2.5.20 i2c-elektor fix
@ 2002-06-04 5:07 Albert Cranford
2002-06-04 14:04 ` Alan Cox
0 siblings, 1 reply; 3+ messages in thread
From: Albert Cranford @ 2002-06-04 5:07 UTC (permalink / raw)
To: Linus Torvalds, Linux Kernel List, linux-i2c@tk.uni-linz.ac.at
[-- 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);
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [patch] 2.5.20 i2c-elektor fix
2002-06-04 5:07 [patch] 2.5.20 i2c-elektor fix Albert Cranford
@ 2002-06-04 14:04 ` Alan Cox
2002-06-04 16:13 ` Thunder from the hill
0 siblings, 1 reply; 3+ messages in thread
From: Alan Cox @ 2002-06-04 14:04 UTC (permalink / raw)
To: Albert Cranford
Cc: Linus Torvalds, Linux Kernel List, linux-i2c@tk.uni-linz.ac.at
On Tue, 2002-06-04 at 06:07, Albert Cranford wrote:
> Hello Linus,
> The attached patch fixes i2c-elektor.c exit function.
> Albert
> --
Surely you just need to include <linux/init.h> ?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch] 2.5.20 i2c-elektor fix
2002-06-04 14:04 ` Alan Cox
@ 2002-06-04 16:13 ` Thunder from the hill
0 siblings, 0 replies; 3+ messages in thread
From: Thunder from the hill @ 2002-06-04 16:13 UTC (permalink / raw)
To: Alan Cox
Cc: Albert Cranford, Linus Torvalds, Linux Kernel List,
linux-i2c@tk.uni-linz.ac.at
Hi,
On 4 Jun 2002, Alan Cox wrote:
> Surely you just need to include <linux/init.h> ?
This can't be the fix, as <linux/init.h> is already #included.
Regards,
Thunder
--
ship is leaving right on time | Thunder from the hill at ngforever
empty harbour, wave goodbye |
evacuation of the isle | free inhabitant not directly
caveman's paintings drowning | belonging anywhere
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-06-04 16:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-04 5:07 [patch] 2.5.20 i2c-elektor fix Albert Cranford
2002-06-04 14:04 ` Alan Cox
2002-06-04 16:13 ` Thunder from the hill
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox