Re: [patch 2/2] linux-2.5.38 additional i2c driver ID's

Jeff Garzik (jgarzik@pobox.com)
Tue, 24 Sep 2002 01:02:41 -0400


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/