Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 73722ddd authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (11314): au8522: remove unused I2C_DRIVERID



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: default avatarHans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 4b2ce11a
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -829,7 +829,6 @@ MODULE_DEVICE_TABLE(i2c, au8522_id);


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