提交 8019f696 编写于 作者: J Jacob Pan 提交者: Lee Jones

iio/axp288_adc: remove THIS_MODULE owner

This is no longer needed in that platform driver_register will do it.
Signed-off-by: NJacob Pan <jacob.jun.pan@linux.intel.com>
Acked-by: NJonathan Cameron <jic23@kernel.org>
Signed-off-by: NLee Jones <lee.jones@linaro.org>
上级 ff3bbc5c
...@@ -249,7 +249,6 @@ static struct platform_driver axp288_adc_driver = { ...@@ -249,7 +249,6 @@ static struct platform_driver axp288_adc_driver = {
.id_table = axp288_adc_id_table, .id_table = axp288_adc_id_table,
.driver = { .driver = {
.name = "axp288_adc", .name = "axp288_adc",
.owner = THIS_MODULE,
}, },
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册