From: Gabor Juhos Date: Thu, 19 Apr 2012 21:22:48 +0000 (+0000) Subject: avr32: fix atomic64_t related kernel build errors X-Git-Tag: reboot~14254 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3108a4bb4b19ac875d4616ff1296811746b61c5f;p=openwrt%2Fopenwrt.git avr32: fix atomic64_t related kernel build errors SVN-Revision: 31349 --- diff --git a/target/linux/avr32/patches/120-select-generic-atomic64.patch b/target/linux/avr32/patches/120-select-generic-atomic64.patch index 9c1eef3fef..8f9e756c25 100644 --- a/target/linux/avr32/patches/120-select-generic-atomic64.patch +++ b/target/linux/avr32/patches/120-select-generic-atomic64.patch @@ -8,3 +8,12 @@ select HARDIRQS_SW_RESEND select GENERIC_IRQ_SHOW help +--- a/arch/avr32/include/asm/atomic.h ++++ b/arch/avr32/include/asm/atomic.h +@@ -197,5 +197,6 @@ static inline int atomic_sub_if_positive + #define smp_mb__after_atomic_inc() barrier() + + #include ++#include + + #endif /* __ASM_AVR32_ATOMIC_H */