lkml.org 
[lkml]   [2002]   [Jun]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[patch] 2.5.23 i2c updates 4/4
Hello Linus,
Please apply patch 4/4 for i2c updates against 2.5.23
Thanks,
Albert

http://personal.atl.bellsouth.net/mia/a/c/ac9410/albert/albert.html
--
Albert Cranford Deerfield Beach FL USA
ac9410@bellsouth.net# 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);
\
 
 \ /
  Last update: 2005-03-22 13:26    [W:0.028 / U:0.292 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site