mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 10:49:42 +02:00
0f0aa9dce2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21271 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
341 B
Diff
12 lines
341 B
Diff
--- a/include/linux/compat-2.6.34.h
|
|
+++ b/include/linux/compat-2.6.34.h
|
|
@@ -197,6 +197,8 @@ do { \
|
|
*/
|
|
#define sysfs_bin_attr_init(bin_attr) sysfs_attr_init(&(bin_attr)->attr)
|
|
|
|
+#define rcu_dereference_check(p, c) rcu_dereference(p)
|
|
+
|
|
#endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,34)) */
|
|
|
|
#endif /* LINUX_26_34_COMPAT_H */
|