diff options
author | Michael Krufky <mkrufky@m1k.net> | 2005-11-09 00:37:13 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:15 -0500 |
commit | c06f57f55a0e499ec38fbb62812ad3fe08ad246e (patch) | |
tree | cc61d91dd12a0df16d024bddcabe0e9849c6d289 /drivers/media/video/em28xx/em28xx-i2c.c | |
parent | 4d63cb45a2ee5cbf2e6d568fb2c4007a52e21bcf (diff) |
[PATCH] v4l: 723: fix build for 2.6.14
- Fix build for 2.6.14
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-i2c.c')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-i2c.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/em28xx/em28xx-i2c.c b/drivers/media/video/em28xx/em28xx-i2c.c index f1493c48656b..d6ae2e397c5e 100644 --- a/drivers/media/video/em28xx/em28xx-i2c.c +++ b/drivers/media/video/em28xx/em28xx-i2c.c | |||
@@ -329,8 +329,6 @@ static int attach_inform(struct i2c_client *client) | |||
329 | } | 329 | } |
330 | 330 | ||
331 | static struct i2c_algorithm em2820_algo = { | 331 | static struct i2c_algorithm em2820_algo = { |
332 | .name = "em2820", | ||
333 | .id = I2C_HW_B_EM2820, | ||
334 | .master_xfer = em2820_i2c_xfer, | 332 | .master_xfer = em2820_i2c_xfer, |
335 | .algo_control = algo_control, | 333 | .algo_control = algo_control, |
336 | .functionality = functionality, | 334 | .functionality = functionality, |