summaryrefslogtreecommitdiff
path: root/sound/soc/samsung/smdk2443_wm9710.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/samsung/smdk2443_wm9710.c')
-rw-r--r--sound/soc/samsung/smdk2443_wm9710.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/samsung/smdk2443_wm9710.c b/sound/soc/samsung/smdk2443_wm9710.c
index 3a0dbfc793f0..720ba29bb7e4 100644
--- a/sound/soc/samsung/smdk2443_wm9710.c
+++ b/sound/soc/samsung/smdk2443_wm9710.c
@@ -12,6 +12,7 @@
*
*/
+#include <linux/module.h>
#include <sound/soc.h>
static struct snd_soc_card smdk2443;
@@ -29,6 +30,7 @@ static struct snd_soc_dai_link smdk2443_dai[] = {
static struct snd_soc_card smdk2443 = {
.name = "SMDK2443",
+ .owner = THIS_MODULE,
.dai_link = smdk2443_dai,
.num_links = ARRAY_SIZE(smdk2443_dai),
};