aboutsummaryrefslogtreecommitdiff
path: root/drivers/media
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/em28xx/em28xx-i2c.c2
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 f1493c48656..d6ae2e397c5 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)
}
static struct i2c_algorithm em2820_algo = {
- .name = "em2820",
- .id = I2C_HW_B_EM2820,
.master_xfer = em2820_i2c_xfer,
.algo_control = algo_control,
.functionality = functionality,