blob: 8e482d899a2a0b0a524cdacd723b73f98d07ce51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
http://bugs.gentoo.org/330919
--- ../include/linux/em8300.h
+++ ../include/linux/em8300.h
@@ -234,6 +234,10 @@
#include <linux/wait.h> /* wait_queue_head_t */
#include <linux/list.h> /* struct list_head */
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,34)
+#include <linux/semaphore.h> /* struct semaphore */
+#endif
+
#if defined(CONFIG_SND) || defined(CONFIG_SND_MODULE)
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,16)
#define snd_card_t struct snd_card
|