1 --- a/include/linux/compat-2.6.34.h
2 +++ b/include/linux/compat-2.6.34.h
3 @@ -197,6 +197,8 @@ do { \
5 #define sysfs_bin_attr_init(bin_attr) sysfs_attr_init(&(bin_attr)->attr)
7 +#define rcu_dereference_check(p, c) rcu_dereference(p)
9 #endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,34)) */
11 #endif /* LINUX_26_34_COMPAT_H */