summarylogtreecommitdiffstats
path: root/2.6.35.patch
diff options
context:
space:
mode:
authorknedlyk2015-06-23 23:27:18 +0200
committerknedlyk2015-06-23 23:27:18 +0200
commit1caa586abd57330c04c6acb82066249048629d4e (patch)
treeda308e724dab01798062d3b176ae7bbfd2ce1f64 /2.6.35.patch
downloadaur-1caa586abd57330c04c6acb82066249048629d4e.tar.gz
Initial import
Diffstat (limited to '2.6.35.patch')
-rw-r--r--2.6.35.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/2.6.35.patch b/2.6.35.patch
new file mode 100644
index 000000000000..1cc93daa495e
--- /dev/null
+++ b/2.6.35.patch
@@ -0,0 +1,15 @@
+*** ../include/linux/em8300.h.old 2010-08-04 00:33:05.352620013 +0300
+--- ../include/linux/em8300.h 2010-08-04 00:33:19.900620013 +0300
+***************
+*** 234,239 ****
+--- 234,243 ----
+ #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