diff options
author | Jean Delvare <khali@linux-fr.org> | 2009-10-02 04:47:08 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 15:41:01 -0500 |
commit | 43e16ea241cab1f4d4206307b2f6eacbaf4dc335 (patch) | |
tree | a070ba504f71ebda82277123b613789a1c7477e7 /drivers/media/video/saa7134/saa7134.h | |
parent | 3c3099d5edd719aebfccf63b628b6f11afa59bfe (diff) |
V4L/DVB (13233): i2c_board_info can be local
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 Delvare <khali@linux-fr.org>
Acked-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/saa7134/saa7134.h')
-rw-r--r-- | drivers/media/video/saa7134/saa7134.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/saa7134/saa7134.h b/drivers/media/video/saa7134/saa7134.h index 13a861bedc36..53b7e0b8a2fb 100644 --- a/drivers/media/video/saa7134/saa7134.h +++ b/drivers/media/video/saa7134/saa7134.h | |||
@@ -594,7 +594,6 @@ struct saa7134_dev { | |||
594 | unsigned int insuspend; | 594 | unsigned int insuspend; |
595 | 595 | ||
596 | /* I2C keyboard data */ | 596 | /* I2C keyboard data */ |
597 | struct i2c_board_info info; | ||
598 | struct IR_i2c_init_data init_data; | 597 | struct IR_i2c_init_data init_data; |
599 | 598 | ||
600 | /* SAA7134_MPEG_* */ | 599 | /* SAA7134_MPEG_* */ |