소스 검색

ALSA: hda - Add missing inclusion of linux/export.h

This is needed newly since 3.2...

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Takashi Iwai 13 년 전
부모
커밋
bf815bf0a3
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      sound/core/ctljack.c
  2. 1 0
      sound/pci/hda/hda_jack.c

+ 1 - 0
sound/core/ctljack.c

@@ -10,6 +10,7 @@
  */
 
 #include <linux/kernel.h>
+#include <linux/export.h>
 #include <sound/core.h>
 #include <sound/control.h>
 

+ 1 - 0
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>