Changeset 7
- Timestamp:
- 11/03/98 04:48:44 (15 years ago)
- Location:
- lm-sensors/trunk/i2c
- Files:
-
- 2 modified
-
algo-bit.c (modified) (3 diffs)
-
i2c-core.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/i2c/algo-bit.c
r3 r7 18 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ 19 19 /* ------------------------------------------------------------------------- */ 20 static char alg_rcsid[] = "$Id: algo-bit.c,v 1. 7 1998/09/28 06:45:38 i2c Exp i2c$";20 static char alg_rcsid[] = "$Id: algo-bit.c,v 1.1 1998/11/02 20:29:27 frodo Exp $"; 21 21 22 22 #include <linux/kernel.h> … … 639 639 MODULE_PARM_DESC(i2c_debug,"debug level - 0 off; 1 normal; 2,3 more verbose; 9 bit-protocol"); 640 640 641 641 #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,1,0)) 642 642 EXPORT_SYMBOL(i2c_bit_add_bus); 643 643 EXPORT_SYMBOL(i2c_bit_del_bus); 644 644 #endif 645 645 646 646 int init_module(void) … … 654 654 } 655 655 #endif 656 657 658 659 660 661 662 663 664 665 -
lm-sensors/trunk/i2c/i2c-core.c
r3 r7 18 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ 19 19 /* ------------------------------------------------------------------------- */ 20 #define RCSID "$Id: i2c .c,v 1.7 1998/09/28 06:45:38 i2c Exp i2c$"20 #define RCSID "$Id: i2c-core.c,v 1.1 1998/11/02 20:29:27 frodo Exp $" 21 21 /* ------------------------------------------------------------------------- */ 22 22 … … 442 442 MODULE_PARM_DESC(i2c_debug,"debug level"); 443 443 444 #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,1,0)) 444 445 EXPORT_SYMBOL(i2c_add_algorithm); 445 446 EXPORT_SYMBOL(i2c_del_algorithm); … … 455 456 EXPORT_SYMBOL(i2c_control); 456 457 EXPORT_SYMBOL(i2c_transfer); 457 458 #endif 458 459 459 460 int init_module(void)
