package/button-hotplug: handle KEY_RESTART and KEY_WPS_BUTTON codes as well
[openwrt.git] / package / mac80211 / patches / 120-compat_rcu_dereference.patch
1 --- a/include/linux/compat-2.6.34.h
2 +++ b/include/linux/compat-2.6.34.h
3 @@ -164,6 +164,8 @@ static inline void device_unlock(struct
4
5 #define rcu_dereference_check(p, c) rcu_dereference(p)
6
7 +#define rcu_dereference_check(p, c) rcu_dereference(p)
8 +
9 #endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,34)) */
10
11 #endif /* LINUX_26_34_COMPAT_H */
This page took 0.040869 seconds and 5 git commands to generate.