diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2014-10-02 07:20:55 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-10-30 20:10:19 +0100 |
commit | 23b0e41b47328bf56ff4624f0451cbf17dc4e411 (patch) | |
tree | 8cbc343b1e629e6fa9d7bc866d5827fe88fd1555 /drivers/media/usb/cx231xx/cx231xx.h | |
parent | [media] cx231xx: use own i2c_client for eeprom access (diff) | |
download | linux-23b0e41b47328bf56ff4624f0451cbf17dc4e411.tar.xz linux-23b0e41b47328bf56ff4624f0451cbf17dc4e411.zip |
[media] cx231xx: delete i2c_client per bus
For each i2c master there is a i2c_client allocated that could be
deleted now that its only two users have been changed to use their
own i2c_client.
Signed-off-by: Matthias Schwarzott <zzam@gentoo.org>
Reviewed-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/usb/cx231xx/cx231xx.h')
-rw-r--r-- | drivers/media/usb/cx231xx/cx231xx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/usb/cx231xx/cx231xx.h b/drivers/media/usb/cx231xx/cx231xx.h index 5efc93efe96d..c92382f48671 100644 --- a/drivers/media/usb/cx231xx/cx231xx.h +++ b/drivers/media/usb/cx231xx/cx231xx.h @@ -472,7 +472,6 @@ struct cx231xx_i2c { /* i2c i/o */ struct i2c_adapter i2c_adap; - struct i2c_client i2c_client; u32 i2c_rc; /* different settings for each bus */ |