aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/most
diff options
context:
space:
mode:
authorShraddha Barke <shraddha.6596@gmail.com>2015-10-12 18:44:34 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-12 20:35:21 -0700
commit514d4d744d5c40aed94c4424a715227698935be9 (patch)
treef8c2f22d56b995ee024bc2b16f023fca9be735c8 /drivers/staging/most
parentStaging: most: Fix typo in staging/most (diff)
downloadlinux-dev-514d4d744d5c40aed94c4424a715227698935be9.tar.xz
linux-dev-514d4d744d5c40aed94c4424a715227698935be9.zip
Staging: most: hdm-i2c: Drop owner assignment from i2c driver
i2c_driver does not need to set an owner because core will set it Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/most')
-rw-r--r--drivers/staging/most/hdm-i2c/hdm_i2c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/most/hdm-i2c/hdm_i2c.c b/drivers/staging/most/hdm-i2c/hdm_i2c.c
index cffea40d09d0..976828164ccd 100644
--- a/drivers/staging/most/hdm-i2c/hdm_i2c.c
+++ b/drivers/staging/most/hdm-i2c/hdm_i2c.c
@@ -416,7 +416,6 @@ MODULE_DEVICE_TABLE(i2c, i2c_id);
static struct i2c_driver i2c_driver = {
.driver = {
.name = "hdm_i2c",
- .owner = THIS_MODULE,
},
.probe = i2c_probe,
.remove = i2c_remove,