]> Pileus Git - ~andy/linux/commitdiff
ALSA: hda - Add missing inclusion of linux/export.h
authorTakashi Iwai <tiwai@suse.de>
Wed, 16 Nov 2011 13:28:33 +0000 (14:28 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 16 Nov 2011 13:28:33 +0000 (14:28 +0100)
This is needed newly since 3.2...

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/ctljack.c
sound/pci/hda/hda_jack.c

index af0e78a3809c6d1bee5b0a8ee7d19cb0ff33ce6a..e4b38fbe51dacddf9c69651a0f9be0d636789f58 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 #include <linux/kernel.h>
+#include <linux/export.h>
 #include <sound/core.h>
 #include <sound/control.h>
 
index e014562edc09a58b1b03d2857e1293961b298053..25f756533bec749d49b689cb3b13dfd058e64dba 100644 (file)
@@ -11,6 +11,7 @@
 
 #include <linux/init.h>
 #include <linux/slab.h>
+#include <linux/export.h>
 #include <sound/core.h>
 #include <sound/control.h>
 #include <sound/jack.h>