Skip to content

Commit

Permalink
V4L/DVB (11314): au8522: remove unused I2C_DRIVERID
Browse files Browse the repository at this point in the history
I2C_DRIVERIDs are no longer needed with v4l2_subdev and will be removed
from the kernel soon.

Cc: Devin Heitmueller <dheitmueller@linuxtv.org>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent 4b2ce11 commit 73722dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/media/dvb/frontends/au8522_decoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,6 @@ MODULE_DEVICE_TABLE(i2c, au8522_id);

static struct v4l2_i2c_driver_data v4l2_i2c_data = {
.name = "au8522",
.driverid = I2C_DRIVERID_AU8522,
.probe = au8522_probe,
.remove = au8522_remove,
.id_table = au8522_id,
Expand Down

0 comments on commit 73722dd

Please sign in to comment.