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:
Jacob Pan 2014-11-11 11:30:10 -08:00 committed by Lee Jones
parent ff3bbc5c63
commit 8019f69627

View file

@ -249,7 +249,6 @@ static struct platform_driver axp288_adc_driver = {
.id_table = axp288_adc_id_table,
.driver = {
.name = "axp288_adc",
.owner = THIS_MODULE,
},
};