linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] compat: add an empty definition for __rcu
@ 2011-05-16 17:43 Felix Fietkau
  2011-05-16 17:43 ` [PATCH 2/3] compat: backport PCI_EEPROM_WIDTH_93C86 Felix Fietkau
  0 siblings, 1 reply; 5+ messages in thread
From: Felix Fietkau @ 2011-05-16 17:43 UTC (permalink / raw)
  To: lrodriguez; +Cc: linux-wireless

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
---
 include/linux/compat-2.6.36.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/include/linux/compat-2.6.36.h b/include/linux/compat-2.6.36.h
index 806993b..7a82522 100644
--- a/include/linux/compat-2.6.36.h
+++ b/include/linux/compat-2.6.36.h
@@ -120,6 +120,9 @@ static inline void tty_unlock(void) __releases(kernel_lock)
 #define tty_locked()           (kernel_locked())
 
 #define usleep_range(_min, _max)	msleep((_max) / 1000)
+
+#define __rcu
+
 #endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,36)) */
 
 #endif /* LINUX_26_36_COMPAT_H */
-- 
1.7.3.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-05-16 18:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-16 17:43 [PATCH 1/3] compat: add an empty definition for __rcu Felix Fietkau
2011-05-16 17:43 ` [PATCH 2/3] compat: backport PCI_EEPROM_WIDTH_93C86 Felix Fietkau
2011-05-16 17:43   ` [PATCH 3/3] compat: backport rcu_dereference_protected Felix Fietkau
2011-05-16 18:17   ` [PATCH 2/3] compat: backport PCI_EEPROM_WIDTH_93C86 Hauke Mehrtens
2011-05-16 18:19     ` Felix Fietkau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).