From: Jo-Philipp Wich Date: Sat, 19 Nov 2011 17:00:24 +0000 (+0000) Subject: mac80211: revert r29210 for now, it breaks on several architectures X-Git-Tag: backfire_10.03.1~43 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=221aa648127fab4e2616f68c9b3f88c668909070;p=openwrt%2Fsvn-archive%2Fopenwrt.git mac80211: revert r29210 for now, it breaks on several architectures SVN-Revision: 29259 --- diff --git a/package/mac80211/patches/022-atomic64_backport.patch b/package/mac80211/patches/022-atomic64_backport.patch index 2d11a9f783..ab77f76ad0 100644 --- a/package/mac80211/patches/022-atomic64_backport.patch +++ b/package/mac80211/patches/022-atomic64_backport.patch @@ -38,7 +38,7 @@ +#include +#include + -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,31)) && !defined(ATOMIC64_INIT) && !defined(CONFIG_X86) && !((LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33)) && defined(CONFIG_ARM) && !defined(CONFIG_GENERIC_ATOMIC64)) ++#if !defined(CONFIG_X86) && !((LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33)) && defined(CONFIG_ARM) && !defined(CONFIG_GENERIC_ATOMIC64)) + +static DEFINE_SPINLOCK(lock); +