Re: [PATCH] I2C: Fix some gcc 4.0 compile failures and warnings

2005-03-04 Thread Greg KH
On Fri, Mar 04, 2005 at 02:55:11PM -0800, Mickey Stein wrote: > I was just scanning this email and it looks like you possibly grabbed > the first of my patches with a typo because this last little bit I > corrected in a prior email to you. It got into the *mm* tree ok. > So I'm not sure wh

Re: [PATCH] I2C: Fix some gcc 4.0 compile failures and warnings

2005-03-04 Thread Mickey Stein
Greg KH wrote: ChangeSet 1.2108, 2005/03/02 15:02:27-08:00, [EMAIL PROTECTED] [PATCH] I2C: Fix some gcc 4.0 compile failures and warnings gcc 4.0.x cvs seems to dislike "include/linux/i2c.h file" and others due to a current gcc 4.0.x change having to do with array declarations. Example

[PATCH] I2C: Fix some gcc 4.0 compile failures and warnings

2005-03-04 Thread Greg KH
ChangeSet 1.2108, 2005/03/02 15:02:27-08:00, [EMAIL PROTECTED] [PATCH] I2C: Fix some gcc 4.0 compile failures and warnings gcc 4.0.x cvs seems to dislike "include/linux/i2c.h file" and others due to a current gcc 4.0.x change having to do with array declarations. Example error msg:

Re: [PATCH] [i2c]: Fix some gcc 4.0 compile failures and warnings

2005-02-25 Thread Greg KH
On Wed, Feb 23, 2005 at 02:12:44PM -0800, Mickey Stein wrote: > From: Mickey Stein > Versions: linux-2.6.11-rc4-bk11, gcc4 (GCC) 4.0.0 20050217 (latest fc > rawhide from 19Feb DL) > > gcc 4.0.x cvs seems to dislike "include/linux/i2c.h file" and others > due to a current gcc 4.0.x change havin

Re: [PATCH] [i2c]: Fix some gcc 4.0 compile failures and warnings

2005-02-23 Thread linux-os
On Wed, 23 Feb 2005, Mickey Stein wrote: From: Mickey Stein Versions: linux-2.6.11-rc4-bk11, gcc4 (GCC) 4.0.0 20050217 (latest fc rawhide from 19Feb DL) gcc 4.0.x cvs seems to dislike "include/linux/i2c.h file" and others due to a current gcc 4.0.x change having to do with array declarations.

Re: [PATCH] [i2c]: Fix some gcc 4.0 compile failures and warnings

2005-02-23 Thread Greg KH
On Wed, Feb 23, 2005 at 05:57:14PM -0500, linux-os wrote: > On Wed, 23 Feb 2005, Mickey Stein wrote: > > >From: Mickey Stein > >Versions: linux-2.6.11-rc4-bk11, gcc4 (GCC) 4.0.0 20050217 (latest fc > >rawhide from 19Feb DL) > > > >gcc 4.0.x cvs seems to dislike "include/linux/i2c.h file" and ot

[PATCH] [i2c]: Fix some gcc 4.0 compile failures and warnings

2005-02-23 Thread Mickey Stein
From: Mickey Stein Versions: linux-2.6.11-rc4-bk11, gcc4 (GCC) 4.0.0 20050217 (latest fc rawhide from 19Feb DL) gcc 4.0.x cvs seems to dislike "include/linux/i2c.h file" and others due to a current gcc 4.0.x change having to do with array declarations. Example error msg: include/linux/i2c.h