diff options
Diffstat (limited to 'sound/soc/samsung/tobermory.c')
-rw-r--r-- | sound/soc/samsung/tobermory.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/samsung/tobermory.c b/sound/soc/samsung/tobermory.c index 6f91c65c5a0e..9199649bf786 100644 --- a/sound/soc/samsung/tobermory.c +++ b/sound/soc/samsung/tobermory.c | |||
@@ -196,6 +196,7 @@ static int tobermory_late_probe(struct snd_soc_card *card) | |||
196 | 196 | ||
197 | static struct snd_soc_card tobermory = { | 197 | static struct snd_soc_card tobermory = { |
198 | .name = "Tobermory", | 198 | .name = "Tobermory", |
199 | .owner = THIS_MODULE, | ||
199 | .dai_link = tobermory_dai, | 200 | .dai_link = tobermory_dai, |
200 | .num_links = ARRAY_SIZE(tobermory_dai), | 201 | .num_links = ARRAY_SIZE(tobermory_dai), |
201 | 202 | ||