소스 검색

Merge branch 'topic/sound-core-fix' into to-push

Takashi Iwai 17 년 전
부모
커밋
60cda2b53a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      sound/sound_core.c

+ 1 - 0
sound/sound_core.c

@@ -10,6 +10,7 @@
 #include <linux/module.h>
 #include <linux/device.h>
 #include <linux/err.h>
+#include <sound/core.h>
 
 #ifdef CONFIG_SOUND_OSS_CORE
 static int __init init_oss_soundcore(void);