mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
iio:adc:ti-ads8688: Drop manual setting of the driver owner field.
This has been handled by the spi core for some time now. Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Cc: Sean Nyekjaer <sean.nyekjaer@prevas.dk> Reviewed-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
a8375d704d
commit
aacbd095b4
1 changed files with 0 additions and 1 deletions
|
@ -473,7 +473,6 @@ MODULE_DEVICE_TABLE(of, ads8688_of_match);
|
|||
static struct spi_driver ads8688_driver = {
|
||||
.driver = {
|
||||
.name = "ads8688",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.probe = ads8688_probe,
|
||||
.remove = ads8688_remove,
|
||||
|
|
Loading…
Add table
Reference in a new issue