diff options
Diffstat (limited to 'drivers/media/video/tuner-3036.c')
-rw-r--r-- | drivers/media/video/tuner-3036.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/tuner-3036.c b/drivers/media/video/tuner-3036.c index 79203595b9c..3505cec2e65 100644 --- a/drivers/media/video/tuner-3036.c +++ b/drivers/media/video/tuner-3036.c | |||
@@ -178,7 +178,6 @@ i2c_driver_tuner = | |||
178 | .owner = THIS_MODULE, | 178 | .owner = THIS_MODULE, |
179 | .name = "sab3036", | 179 | .name = "sab3036", |
180 | .id = I2C_DRIVERID_SAB3036, | 180 | .id = I2C_DRIVERID_SAB3036, |
181 | .flags = I2C_DF_NOTIFY, | ||
182 | .attach_adapter = tuner_probe, | 181 | .attach_adapter = tuner_probe, |
183 | .detach_client = tuner_detach, | 182 | .detach_client = tuner_detach, |
184 | .command = tuner_command | 183 | .command = tuner_command |