Skip to content

Commit

Permalink
iio:potentiometer:max5487: Drop explicit setting of module owner
Browse files Browse the repository at this point in the history
The SPI core has handled this for some time.

Signed-off-by: Jonathan Cameron <[email protected]>
Reviewed-by: Lars-Peter Clausen <[email protected]>
  • Loading branch information
jic23 committed Sep 3, 2017
1 parent 6ec7ffd commit 7090992
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/iio/potentiometer/max5487.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ MODULE_DEVICE_TABLE(acpi, max5487_acpi_match);
static struct spi_driver max5487_driver = {
.driver = {
.name = "max5487",
.owner = THIS_MODULE,
.acpi_match_table = ACPI_PTR(max5487_acpi_match),
},
.id_table = max5487_id,
Expand Down

0 comments on commit 7090992

Please sign in to comment.