Commit c06f57f5 authored by Michael Krufky's avatar Michael Krufky Committed by Linus Torvalds

[PATCH] v4l: 723: fix build for 2.6.14

- Fix build for 2.6.14
Signed-off-by: default avatarMichael Krufky <mkrufky@m1k.net>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 4d63cb45
......@@ -329,8 +329,6 @@ static int attach_inform(struct i2c_client *client)
}
static struct i2c_algorithm em2820_algo = {
.name = "em2820",
.id = I2C_HW_B_EM2820,
.master_xfer = em2820_i2c_xfer,
.algo_control = algo_control,
.functionality = functionality,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment