Skip to content

Commit

Permalink
iio: adc: ad9361: remove THIS_MODULE from spi_driver
Browse files Browse the repository at this point in the history
THIS_MODULE is automatically added by module_spi_driver().

Signed-off-by: Nuno Sa <[email protected]>
  • Loading branch information
nunojsa committed May 3, 2023
1 parent 9d2fff7 commit 201d61b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/iio/adc/ad9361.c
Original file line number Diff line number Diff line change
Expand Up @@ -9651,7 +9651,6 @@ MODULE_DEVICE_TABLE(spi, ad9361_id);
static struct spi_driver ad9361_driver = {
.driver = {
.name = "ad9361",
.owner = THIS_MODULE,
},
.probe = ad9361_probe,
.id_table = ad9361_id,
Expand Down

0 comments on commit 201d61b

Please sign in to comment.