mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-07 11:30:17 +02:00
12 lines
338 B
Diff
12 lines
338 B
Diff
|
--- a/include/linux/compat-2.6.34.h
|
||
|
+++ b/include/linux/compat-2.6.34.h
|
||
|
@@ -162,6 +162,8 @@ static inline void device_unlock(struct
|
||
|
.prod_id_hash = { 0, 0, (vh3), 0 }, }
|
||
|
#endif
|
||
|
|
||
|
+#define rcu_dereference_check(p, c) rcu_dereference(p)
|
||
|
+
|
||
|
#endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,34)) */
|
||
|
|
||
|
#endif /* LINUX_26_34_COMPAT_H */
|