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>
这个提交包含在:
Krzysztof Kozlowski
2015-07-10 14:05:40 +09:00
提交者 Lee Jones
父节点 66f2752fbb
当前提交 0e777366fb
修改 49 个文件,包含 0 行新增49 行删除

查看文件

@@ -372,7 +372,6 @@ static const struct of_device_id max77693_dt_match[] = {
static struct i2c_driver max77693_i2c_driver = {
.driver = {
.name = "max77693",
.owner = THIS_MODULE,
.pm = &max77693_pm,
.of_match_table = of_match_ptr(max77693_dt_match),
},