updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / 8192cu / osdep_service.patch
blob7ce30b8ac7811dd64b63529ce6a067d3a6fe27ce
1 --- osdep_service.h.orig 2011-06-14 00:34:02.486303845 -0300
2 +++ osdep_service.h 2011-06-14 00:34:42.149422305 -0300
3 @@ -46,7 +46,9 @@
4 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,5))
5 #include <linux/kref.h>
6 #endif
7 +#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,38))
8 #include <linux/smp_lock.h>
9 +#endif
10 #include <linux/netdevice.h>
11 #include <linux/skbuff.h>
12 #include <linux/circ_buf.h>