updated on Thu Jan 12 16:09:17 UTC 2012
[aur-mirror.git] / em8300-utils / 2.6.35.patch
blob1cc93daa495e1fbb49146223fe3c5293e4426c83
1 *** ../include/linux/em8300.h.old 2010-08-04 00:33:05.352620013 +0300
2 --- ../include/linux/em8300.h 2010-08-04 00:33:19.900620013 +0300
3 ***************
4 *** 234,239 ****
5 --- 234,243 ----
6 #include <linux/wait.h> /* wait_queue_head_t */
7 #include <linux/list.h> /* struct list_head */
9 + #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,34)
10 + #include <linux/semaphore.h> /* struct semaphore */
11 + #endif
13 #if defined(CONFIG_SND) || defined(CONFIG_SND_MODULE)
14 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,16)
15 #define snd_card_t struct snd_card