mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
iio:potentiometer:max5487: Drop explicit setting of module owner
The SPI core has handled this 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:
parent
6ec7ffd6e9
commit
7090992708
1 changed files with 0 additions and 1 deletions
|
@ -146,7 +146,6 @@ MODULE_DEVICE_TABLE(acpi, max5487_acpi_match);
|
||||||
static struct spi_driver max5487_driver = {
|
static struct spi_driver max5487_driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "max5487",
|
.name = "max5487",
|
||||||
.owner = THIS_MODULE,
|
|
||||||
.acpi_match_table = ACPI_PTR(max5487_acpi_match),
|
.acpi_match_table = ACPI_PTR(max5487_acpi_match),
|
||||||
},
|
},
|
||||||
.id_table = max5487_id,
|
.id_table = max5487_id,
|
||||||
|
|
Loading…
Reference in a new issue