diff options
author | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 15:53:26 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-01-09 15:53:26 -0200 |
commit | cab462f716cdd522edc71436482d8734e8258489 (patch) | |
tree | c3ec0ceaee9b5d61148afea728cc6c05e682856f /drivers/media/video/saa711x.c | |
parent | 0680481c8e6260e1780a0900990531f0193b0dd4 (diff) | |
download | op-kernel-dev-cab462f716cdd522edc71436482d8734e8258489.zip op-kernel-dev-cab462f716cdd522edc71436482d8734e8258489.tar.gz |
V4L/DVB (3307): Some cleanups at I2C modules
- i2c names shorten
- removed obsoleted flags on newer modules
- small cleanups
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'drivers/media/video/saa711x.c')
-rw-r--r-- | drivers/media/video/saa711x.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/saa711x.c b/drivers/media/video/saa711x.c index 8008537..f39a7be 100644 --- a/drivers/media/video/saa711x.c +++ b/drivers/media/video/saa711x.c @@ -567,9 +567,7 @@ static struct i2c_driver i2c_driver_saa711x = { .driver = { .name = "saa711x", }, - .id = I2C_DRIVERID_SAA711X, - .attach_adapter = saa711x_attach_adapter, .detach_client = saa711x_detach_client, .command = saa711x_command, |