aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/ad193x-spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/ad193x-spi.c')
-rw-r--r--sound/soc/codecs/ad193x-spi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/ad193x-spi.c b/sound/soc/codecs/ad193x-spi.c
index 390cef9b9dc2..8199a3de0024 100644
--- a/sound/soc/codecs/ad193x-spi.c
+++ b/sound/soc/codecs/ad193x-spi.c
@@ -36,7 +36,6 @@ static int ad193x_spi_remove(struct spi_device *spi)
36static struct spi_driver ad193x_spi_driver = { 36static struct spi_driver ad193x_spi_driver = {
37 .driver = { 37 .driver = {
38 .name = "ad193x", 38 .name = "ad193x",
39 .owner = THIS_MODULE,
40 }, 39 },
41 .probe = ad193x_spi_probe, 40 .probe = ad193x_spi_probe,
42 .remove = ad193x_spi_remove, 41 .remove = ad193x_spi_remove,