diff options
Diffstat (limited to 'drivers/media/i2c/m52790.c')
| -rw-r--r-- | drivers/media/i2c/m52790.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/i2c/m52790.c b/drivers/media/i2c/m52790.c index bf476358704d..77eb07eb667e 100644 --- a/drivers/media/i2c/m52790.c +++ b/drivers/media/i2c/m52790.c @@ -185,7 +185,6 @@ MODULE_DEVICE_TABLE(i2c, m52790_id);  static struct i2c_driver m52790_driver = {  	.driver = { -		.owner	= THIS_MODULE,  		.name	= "m52790",  	},  	.probe		= m52790_probe,  |