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

V4L/DVB (10409): v4l: remove unused I2C_DRIVERIDs.



I2C_DRIVERIDs are phased out. Remove those that are unused at the moment.

Signed-off-by: default avatarHans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent de6476f5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -218,7 +218,6 @@ MODULE_DEVICE_TABLE(i2c, cs53l32a_id);

static struct v4l2_i2c_driver_data v4l2_i2c_data = {
	.name = "cs53l32a",
	.driverid = I2C_DRIVERID_CS53L32A,
	.command = cs53l32a_command,
	.remove = cs53l32a_remove,
	.probe = cs53l32a_probe,
+0 −1
Original line number Diff line number Diff line
@@ -210,7 +210,6 @@ MODULE_DEVICE_TABLE(i2c, m52790_id);

static struct v4l2_i2c_driver_data v4l2_i2c_data = {
	.name = "m52790",
	.driverid = I2C_DRIVERID_M52790,
	.command = m52790_command,
	.probe = m52790_probe,
	.remove = m52790_remove,
+0 −1
Original line number Diff line number Diff line
@@ -1098,7 +1098,6 @@ MODULE_DEVICE_TABLE(i2c, saa5246a_id);

static struct v4l2_i2c_driver_data v4l2_i2c_data = {
	.name = "saa5246a",
	.driverid = I2C_DRIVERID_SAA5249,
	.probe = saa5246a_probe,
	.remove = saa5246a_remove,
	.id_table = saa5246a_id,
+0 −1
Original line number Diff line number Diff line
@@ -624,7 +624,6 @@ MODULE_DEVICE_TABLE(i2c, saa5249_id);

static struct v4l2_i2c_driver_data v4l2_i2c_data = {
	.name = "saa5249",
	.driverid = I2C_DRIVERID_SAA5249,
	.probe = saa5249_probe,
	.remove = saa5249_remove,
	.id_table = saa5249_id,
+0 −1
Original line number Diff line number Diff line
@@ -1528,7 +1528,6 @@ MODULE_DEVICE_TABLE(i2c, saa717x_id);

static struct v4l2_i2c_driver_data v4l2_i2c_data = {
	.name = "saa717x",
	.driverid = I2C_DRIVERID_SAA717X,
	.command = saa717x_command,
	.probe = saa717x_probe,
	.remove = saa717x_remove,
Loading