diff options
author | Jean Delvare <khali@linux-fr.org> | 2009-06-19 19:56:56 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-12 15:18:13 (GMT) |
commit | e81516c58ef84663ee05a43760a53a416d529de7 (patch) | |
tree | aed105e2f188e825d3aca963aacbd4cbc727705f /drivers/media/video/vino.c | |
parent | 43f8de7ac6d504dea159d7842724857e9e020964 (diff) | |
download | linux-e81516c58ef84663ee05a43760a53a416d529de7.tar.xz |
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/vino.c')
-rw-r--r-- | drivers/media/video/vino.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/vino.c b/drivers/media/video/vino.c index 97b082f..f3b6e15 100644 --- a/drivers/media/video/vino.c +++ b/drivers/media/video/vino.c @@ -1776,7 +1776,6 @@ static struct i2c_algo_sgi_data i2c_sgi_vino_data = { static struct i2c_adapter vino_i2c_adapter = { .name = "VINO I2C bus", - .id = I2C_HW_SGI_VINO, .algo = &sgi_algo, .algo_data = &i2c_sgi_vino_data, .owner = THIS_MODULE, |