Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 24 Sep 2002 00:58:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 24 Sep 2002 00:58:00 -0400 Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:39690 "EHLO www.linux.org.uk") by vger.kernel.org with ESMTP id ; Tue, 24 Sep 2002 00:58:00 -0400 Message-ID: <3D8FF1F1.3020808@pobox.com> Date: Tue, 24 Sep 2002 01:02:41 -0400 From: Jeff Garzik Organization: MandrakeSoft User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Albert Cranford CC: Linus Torvalds , Kernel mailing list Subject: Re: [patch 2/2] linux-2.5.38 additional i2c driver ID's References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 669 Lines: 26 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/