diff options
Diffstat (limited to 'sound/soc/omap/overo.c')
-rw-r--r-- | sound/soc/omap/overo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/omap/overo.c b/sound/soc/omap/overo.c index c3550aeee53..2ee889c5025 100644 --- a/sound/soc/omap/overo.c +++ b/sound/soc/omap/overo.c @@ -72,6 +72,7 @@ static struct snd_soc_dai_link overo_dai = { /* Audio machine driver */ static struct snd_soc_card snd_soc_card_overo = { .name = "overo", + .owner = THIS_MODULE, .dai_link = &overo_dai, .num_links = 1, }; |