commit | 4f55fd752fb4770a354dd2401d5043c98236cc29 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Wed Jun 01 14:20:09 2011 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Jul 20 23:12:11 2011 +0100 |
tree | 194b598d5efc96a6f4001b265839b89066cf9abd | |
parent | bf45e583715eae15e0adecb6f55d97878e127d7d [diff] [blame] |
MIPS: ARC: Fix build of firmware library on uniprocessor. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/include/asm/smp-ops.h b/arch/mips/include/asm/smp-ops.h index 48b03ff..ef2a804 100644 --- a/arch/mips/include/asm/smp-ops.h +++ b/arch/mips/include/asm/smp-ops.h
@@ -11,6 +11,8 @@ #ifndef __ASM_SMP_OPS_H #define __ASM_SMP_OPS_H +#include <linux/errno.h> + #ifdef CONFIG_SMP #include <linux/cpumask.h>