]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/wlan-ng/wlan-ng-modules-0.2.2/might-sleep.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / wlan-ng / wlan-ng-modules-0.2.2 / might-sleep.patch
1
2 #
3 # Patch managed by http://www.holgerschurig.de/patcher.html
4 #
5
6 --- linux-wlan-ng-0.2.2/src/include/wlan/wlan_compat.h~might_sleep
7 +++ linux-wlan-ng-0.2.2/src/include/wlan/wlan_compat.h
8 @@ -584,7 +584,7 @@
9  #endif
10  
11  #ifndef might_sleep
12 -#define might_sleep(a)   do { } while (0)
13 +#define might_sleep()   do { } while (0)
14  #endif
15  
16  /* Apparently 2.4.2 ethtool is quite different, maybe newer too? */