X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Fsound%2Fsoc%2Fcodecs%2Fadau1977-spi.c;h=0b46d88b481ca7ce90a56b7cb819340071d229d4;hb=e09b41010ba33a20a87472ee821fa407a5b8da36;hp=b05cf5da3a9452e0c14a9a4412aedeb31175398e;hpb=f93b97fd65072de626c074dbe099a1fff05ce060;p=kvmfornfv.git diff --git a/kernel/sound/soc/codecs/adau1977-spi.c b/kernel/sound/soc/codecs/adau1977-spi.c index b05cf5da3..0b46d88b4 100644 --- a/kernel/sound/soc/codecs/adau1977-spi.c +++ b/kernel/sound/soc/codecs/adau1977-spi.c @@ -63,7 +63,6 @@ MODULE_DEVICE_TABLE(spi, adau1977_spi_ids); static struct spi_driver adau1977_spi_driver = { .driver = { .name = "adau1977", - .owner = THIS_MODULE, }, .probe = adau1977_spi_probe, .remove = adau1977_spi_remove,