The MIPA and Alpha architecture already ships a asm/barrier.h on kernel < 3.4, call the include_next on such architectures. Reported-by: Marty Faltesek <mfaltesek@xxxxxxxxxx> Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- backport/backport-include/asm/barrier.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backport/backport-include/asm/barrier.h b/backport/backport-include/asm/barrier.h index 423a581..981fc76 100644 --- a/backport/backport-include/asm/barrier.h +++ b/backport/backport-include/asm/barrier.h @@ -2,7 +2,8 @@ #define __BACKPORT_ASM_BARRIER_H #include <linux/version.h> -#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,4,0) +#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,4,0) || \ + defined(CONFIG_ALPHA) || defined(CONFIG_MIPS) #include_next <asm/barrier.h> #endif /* >= 3.4 */ -- 2.8.1 -- To unsubscribe from this list: send the line "unsubscribe backports" in