Skip to content

Commit

Permalink
iio:potentiometer:max5481 drop explicit setting of the owner module.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jic23 committed Sep 3, 2017
1 parent aacbd09 commit 6ec7ffd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/iio/potentiometer/max5481.c
Original file line number Diff line number Diff line change
Expand Up @@ -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),
},
Expand Down

0 comments on commit 6ec7ffd

Please sign in to comment.