Skip to content

Commit

Permalink
[PATCH] v4l: 723: fix build for 2.6.14
Browse files Browse the repository at this point in the history
- 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>
  • Loading branch information
Michael Krufky authored and Linus Torvalds committed Nov 9, 2005
1 parent 4d63cb4 commit c06f57f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/media/video/em28xx/em28xx-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c06f57f

Please sign in to comment.