mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 07:50:04 +00:00
iio/axp288_adc: remove THIS_MODULE owner
This is no longer needed in that platform driver_register will do it. Signed-off-by: Jacob Pan <jacob.jun.pan@linux.intel.com> Acked-by: Jonathan Cameron <jic23@kernel.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
parent
ff3bbc5c63
commit
8019f69627
@ -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,
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user