diff options
author | Jean Delvare <khali@linux-fr.org> | 2009-06-19 21:56:56 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-12 17:18:13 +0200 |
commit | e81516c58ef84663ee05a43760a53a416d529de7 (patch) | |
tree | aed105e2f188e825d3aca963aacbd4cbc727705f /drivers/media/video/au0828 | |
parent | V4L/DVB (12342): af9015: avoid magically sized temporary buffer in eeprom_dump (diff) | |
download | linux-e81516c58ef84663ee05a43760a53a416d529de7.tar.xz linux-e81516c58ef84663ee05a43760a53a416d529de7.zip |
V4L/DVB (12343): Stop defining I2C adapter IDs nobody uses
There is no point in defining I2C adapter IDs when no code is using
them. As this field might go away in the future, stop using it when
we don't need to.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/au0828')
-rw-r--r-- | drivers/media/video/au0828/au0828-i2c.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/au0828/au0828-i2c.c b/drivers/media/video/au0828/au0828-i2c.c index 13e494365e70..cbdb65c34f21 100644 --- a/drivers/media/video/au0828/au0828-i2c.c +++ b/drivers/media/video/au0828/au0828-i2c.c @@ -320,7 +320,6 @@ static struct i2c_algorithm au0828_i2c_algo_template = { static struct i2c_adapter au0828_i2c_adap_template = { .name = DRIVER_NAME, .owner = THIS_MODULE, - .id = I2C_HW_B_AU0828, .algo = &au0828_i2c_algo_template, }; |