Re: [PATCH] i2c_board_info can be local

2009-10-02 Thread Jarod Wilson
On Oct 2, 2009, at 4:47 AM, Jean Delvare wrote: Recent fixes to the em28xx and saa7134 drivers have been overzealous. While the ir-kbd-i2c platform data indeed needs to be persistent, the struct i2c_board_info doesn't, as it is only used by i2c_new_device(). So revert a part of the original fi

[PATCH] i2c_board_info can be local

2009-10-02 Thread Jean Delvare
Recent fixes to the em28xx and saa7134 drivers have been overzealous. While the ir-kbd-i2c platform data indeed needs to be persistent, the struct i2c_board_info doesn't, as it is only used by i2c_new_device(). So revert a part of the original fixes, to save some memory. Signed-off-by: Jean Delv