diff options
Diffstat (limited to 'drivers/media/video/msp3400.c')
-rw-r--r-- | drivers/media/video/msp3400.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/msp3400.c b/drivers/media/video/msp3400.c index d86f8e92e534..46328fb6fe80 100644 --- a/drivers/media/video/msp3400.c +++ b/drivers/media/video/msp3400.c | |||
@@ -1564,7 +1564,6 @@ static struct i2c_driver driver = { | |||
1564 | .owner = THIS_MODULE, | 1564 | .owner = THIS_MODULE, |
1565 | .name = "msp3400", | 1565 | .name = "msp3400", |
1566 | .id = I2C_DRIVERID_MSP3400, | 1566 | .id = I2C_DRIVERID_MSP3400, |
1567 | .flags = I2C_DF_NOTIFY, | ||
1568 | .attach_adapter = msp_probe, | 1567 | .attach_adapter = msp_probe, |
1569 | .detach_client = msp_detach, | 1568 | .detach_client = msp_detach, |
1570 | .command = msp_command, | 1569 | .command = msp_command, |