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 = { | |||
72 | /* Audio machine driver */ | 72 | /* Audio machine driver */ |
73 | static struct snd_soc_card snd_soc_card_overo = { | 73 | static struct snd_soc_card snd_soc_card_overo = { |
74 | .name = "overo", | 74 | .name = "overo", |
75 | .owner = THIS_MODULE, | ||
75 | .dai_link = &overo_dai, | 76 | .dai_link = &overo_dai, |
76 | .num_links = 1, | 77 | .num_links = 1, |
77 | }; | 78 | }; |