iio:potentiometer:max5481 drop explicit setting of the owner module.

This has been handled by the spi core for some time.

Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
This commit is contained in:
Jonathan Cameron 2017-07-23 17:26:24 +01:00 коммит произвёл Jonathan Cameron
Родитель aacbd095b4
Коммит 6ec7ffd6e9
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -206,7 +206,6 @@ MODULE_DEVICE_TABLE(acpi, max5481_acpi_match);
static struct spi_driver max5481_driver = {
.driver = {
.name = "max5481",
.owner = THIS_MODULE,
.of_match_table = of_match_ptr(max5481_match),
.acpi_match_table = ACPI_PTR(max5481_acpi_match),
},