[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>
This commit is contained in:
parent
4d63cb45a2
commit
c06f57f55a
1 changed files with 0 additions and 2 deletions
|
@ -329,8 +329,6 @@ static int attach_inform(struct i2c_client *client)
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct i2c_algorithm em2820_algo = {
|
static struct i2c_algorithm em2820_algo = {
|
||||||
.name = "em2820",
|
|
||||||
.id = I2C_HW_B_EM2820,
|
|
||||||
.master_xfer = em2820_i2c_xfer,
|
.master_xfer = em2820_i2c_xfer,
|
||||||
.algo_control = algo_control,
|
.algo_control = algo_control,
|
||||||
.functionality = functionality,
|
.functionality = functionality,
|
||||||
|
|
Loading…
Reference in a new issue