summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/ov7640.c
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2015-11-03 23:45:16 +0100
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2015-11-03 23:45:16 +0100
commit84a73014d86fd660822a20c032625e3afe99ca58 (patch)
tree9e42a2d3c40730947ae18363d00e8a0ee2743792 /drivers/media/i2c/ov7640.c
parentInput: alps - only the Dell Latitude D420/430/620/630 have separate stick but... (diff)
parentInput: evdev - fix bug in checking duplicate clock change request (diff)
downloadlinux-84a73014d86fd660822a20c032625e3afe99ca58.tar.xz
linux-84a73014d86fd660822a20c032625e3afe99ca58.zip
Merge branch 'next' into for-linus
Prepare first round of input updates for 4.3 merge window.
Diffstat (limited to 'drivers/media/i2c/ov7640.c')
-rw-r--r--drivers/media/i2c/ov7640.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/i2c/ov7640.c b/drivers/media/i2c/ov7640.c
index faa64baf09e8..b8961df5af33 100644
--- a/drivers/media/i2c/ov7640.c
+++ b/drivers/media/i2c/ov7640.c
@@ -94,7 +94,6 @@ MODULE_DEVICE_TABLE(i2c, ov7640_id);
static struct i2c_driver ov7640_driver = {
.driver = {
- .owner = THIS_MODULE,
.name = "ov7640",
},
.probe = ov7640_probe,