Merge branch 'stable/for-linus-fixes-3.3' of git://git.kernel.org/pub/scm/linux/kerne...
[deliverable/linux.git] / sound / soc / samsung / smdk_wm8994.c
index f75e43997d5beb5b27a82f8d023eddd33311538e..8eb309f23d18247983df33970601a8993747c721 100644 (file)
@@ -9,6 +9,7 @@
 
 #include "../codecs/wm8994.h"
 #include <sound/pcm_params.h>
+#include <linux/module.h>
 
  /*
   * Default CFG switch settings to use this driver:
@@ -143,6 +144,7 @@ static struct snd_soc_dai_link smdk_dai[] = {
 
 static struct snd_soc_card smdk = {
        .name = "SMDK-I2S",
+       .owner = THIS_MODULE,
        .dai_link = smdk_dai,
        .num_links = ARRAY_SIZE(smdk_dai),
 };
This page took 0.024873 seconds and 5 git commands to generate.