updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / 8192cu / rtw_io.patch
blobfcb4b5dd94d1d6a6dc2bbff4c386275894a9a28d
1 --- rtw_io.h.orig 2011-06-14 00:36:38.958789494 -0300
2 +++ rtw_io.h 2011-06-14 00:37:21.271893598 -0300
3 @@ -33,7 +33,9 @@
4 #include <linux/semaphore.h>
5 #endif
6 #include <linux/list.h>
7 +#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,38))
8 #include <linux/smp_lock.h>
9 +#endif
10 #include <linux/spinlock.h>
11 #include <asm/atomic.h>