From mboxrd@z Thu Jan 1 00:00:00 1970 From: ben-linux@fluff.org (Ben Dooks) Date: Fri, 20 Nov 2009 14:21:29 +0000 Subject: [PATCH 1/2] ARM: PNX4008: fix i2c-pnx.c build errors In-Reply-To: References: <20091120135932.GA16920@n2100.arm.linux.org.uk> Message-ID: <20091120142128.GE4808@trinity.fluff.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Nov 20, 2009 at 11:03:29AM +0000, Russell King - ARM Linux wrote: > ... caused by a missing include. hi, thought this was fixed by the last fix set I sent which went in post 2.6.32-rc8. > Signed-off-by: Russell King > --- > drivers/i2c/busses/i2c-pnx.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers/i2c/busses/i2c-pnx.c b/drivers/i2c/busses/i2c-pnx.c > index 6ff6c20..3ae5647 100644 > --- a/drivers/i2c/busses/i2c-pnx.c > +++ b/drivers/i2c/busses/i2c-pnx.c > @@ -22,6 +22,7 @@ > #include > #include > #include > +#include > > #define I2C_PNX_TIMEOUT 10 /* msec */ > #define I2C_PNX_SPEED_KHZ 100 > -- > 1.6.2.5 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel at lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -- -- Ben Q: What's a light-year? A: One-third less calories than a regular year.