summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2011-11-16 14:28:33 +0100
committerTakashi Iwai <tiwai@suse.de>2011-11-16 14:28:33 +0100
commitbf815bf0a3c3b8ad6cd97cda6bc29cc3708fe749 (patch)
tree8dba49a0080dd58197feacce426f82f45a96babc /sound
parentfc5b15f13886afad43fc6c0040af7cb5172a0bd8 (diff)
downloadop-kernel-dev-bf815bf0a3c3b8ad6cd97cda6bc29cc3708fe749.zip
op-kernel-dev-bf815bf0a3c3b8ad6cd97cda6bc29cc3708fe749.tar.gz
ALSA: hda - Add missing inclusion of linux/export.h
This is needed newly since 3.2... Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/core/ctljack.c1
-rw-r--r--sound/pci/hda/hda_jack.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/sound/core/ctljack.c b/sound/core/ctljack.c
index af0e78a..e4b38fb 100644
--- a/sound/core/ctljack.c
+++ b/sound/core/ctljack.c
@@ -10,6 +10,7 @@
*/
#include <linux/kernel.h>
+#include <linux/export.h>
#include <sound/core.h>
#include <sound/control.h>
diff --git a/sound/pci/hda/hda_jack.c b/sound/pci/hda/hda_jack.c
index e014562..25f7565 100644
--- a/sound/pci/hda/hda_jack.c
+++ b/sound/pci/hda/hda_jack.c
@@ -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>
OpenPOWER on IntegriCloud