Re: [PATCH] ARM: Kirkwood: Add missing linux/i2c.h include

2013-02-05 Thread Jason Cooper
On Tue, Feb 05, 2013 at 04:38:07PM +0100, Thierry Reding wrote: > On Tue, Feb 05, 2013 at 10:34:11AM -0500, Jason Cooper wrote: > > Thierry, > > > > On Tue, Feb 05, 2013 at 04:10:25PM +0100, Thierry Reding wrote: > > > The nsa310 board uses I2C_BOARD_INFO and i2c_register_board_info(), both > > >

Re: [PATCH] ARM: Kirkwood: Add missing linux/i2c.h include

2013-02-05 Thread Thierry Reding
On Tue, Feb 05, 2013 at 10:34:11AM -0500, Jason Cooper wrote: > Thierry, > > On Tue, Feb 05, 2013 at 04:10:25PM +0100, Thierry Reding wrote: > > The nsa310 board uses I2C_BOARD_INFO and i2c_register_board_info(), both > > of which are defined in the linux/i2c.h header file. > > > > Signed-off-by:

Re: [PATCH] ARM: Kirkwood: Add missing linux/i2c.h include

2013-02-05 Thread Jason Cooper
Thierry, On Tue, Feb 05, 2013 at 04:10:25PM +0100, Thierry Reding wrote: > The nsa310 board uses I2C_BOARD_INFO and i2c_register_board_info(), both > of which are defined in the linux/i2c.h header file. > > Signed-off-by: Thierry Reding > --- > arch/arm/mach-kirkwood/board-nsa310.c | 1 + > 1 f