浏览代码

[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>
Michael Krufky 19 年之前
父节点
当前提交
c06f57f55a
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      drivers/media/video/em28xx/em28xx-i2c.c

+ 0 - 2
drivers/media/video/em28xx/em28xx-i2c.c

@@ -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,