aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2011-11-16 08:28:33 -0500
committerTakashi Iwai <tiwai@suse.de>2011-11-16 08:28:33 -0500
commitbf815bf0a3c3b8ad6cd97cda6bc29cc3708fe749 (patch)
tree8dba49a0080dd58197feacce426f82f45a96babc /sound/core
parentfc5b15f13886afad43fc6c0040af7cb5172a0bd8 (diff)
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/core')
-rw-r--r--sound/core/ctljack.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/core/ctljack.c b/sound/core/ctljack.c
index af0e78a3809c..e4b38fbe51da 100644
--- a/sound/core/ctljack.c
+++ b/sound/core/ctljack.c
@@ -10,6 +10,7 @@
10 */ 10 */
11 11
12#include <linux/kernel.h> 12#include <linux/kernel.h>
13#include <linux/export.h>
13#include <sound/core.h> 14#include <sound/core.h>
14#include <sound/control.h> 15#include <sound/control.h>
15 16