![]() | |||||||||||||
Messages in this thread |
Albert Cranford wrote: > --- linux/include/linux/i2c.h.orig 2002-09-09 13:35:04.000000000 -0400 > +++ linux/include/linux/i2c.h 2002-09-21 22:27:11.000000000 -0400 > @@ -68,6 +68,12 @@ > union i2c_smbus_data; > > > +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,1) > +#ifndef __exit > +#define __exit > +#endif > +#endif We don't need to be adding this to the mainline 2.5.x kernel. 2.2.x kernels are ancient. Jeff - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||||
| Last update: 2005-03-22 12:29 [W:0.056 / U:0.340 seconds] ©2003-2008 Jasper Spaans | |||||||||||||