diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2015-07-10 01:05:40 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2015-08-11 10:08:48 -0400 |
commit | 0e777366fb0eba6facc44f0604fe6adbaf21d604 (patch) | |
tree | 99eb642253ab6a715acb68c6169697d97f98583a /drivers/mfd/si476x-i2c.c | |
parent | 66f2752fbb3b50ef816c41f07a6654610bb648ac (diff) |
mfd: Drop owner assignment from i2c_drivers
i2c_driver does not need to set an owner because i2c_register_driver()
will set it.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/si476x-i2c.c')
-rw-r--r-- | drivers/mfd/si476x-i2c.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/si476x-i2c.c b/drivers/mfd/si476x-i2c.c index e3deb466628b..fb4ce6d04c30 100644 --- a/drivers/mfd/si476x-i2c.c +++ b/drivers/mfd/si476x-i2c.c | |||
@@ -873,7 +873,6 @@ MODULE_DEVICE_TABLE(i2c, si476x_id); | |||
873 | static struct i2c_driver si476x_core_driver = { | 873 | static struct i2c_driver si476x_core_driver = { |
874 | .driver = { | 874 | .driver = { |
875 | .name = "si476x-core", | 875 | .name = "si476x-core", |
876 | .owner = THIS_MODULE, | ||
877 | }, | 876 | }, |
878 | .probe = si476x_core_probe, | 877 | .probe = si476x_core_probe, |
879 | .remove = si476x_core_remove, | 878 | .remove = si476x_core_remove, |