]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - sound/soc/samsung/smartq_wm8987.c
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6
[karo-tx-linux.git] / sound / soc / samsung / smartq_wm8987.c
index 6ac6bc2bcc4e4c571850209bcdb45278c4a31b56..f2dcb424ea255056aa6f3dbe224d9f0bfe14dfe7 100644 (file)
@@ -14,6 +14,7 @@
  */
 
 #include <linux/gpio.h>
+#include <linux/module.h>
 
 #include <sound/soc.h>
 #include <sound/jack.h>
@@ -197,6 +198,7 @@ static struct snd_soc_dai_link smartq_dai[] = {
 
 static struct snd_soc_card snd_soc_smartq = {
        .name = "SmartQ",
+       .owner = THIS_MODULE,
        .dai_link = smartq_dai,
        .num_links = ARRAY_SIZE(smartq_dai),