diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2011-06-01 14:20:09 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-07-20 23:12:11 +0100 |
commit | 4f55fd752fb4770a354dd2401d5043c98236cc29 (patch) | |
tree | 194b598d5efc96a6f4001b265839b89066cf9abd /arch/mips/include/asm | |
parent | bf45e583715eae15e0adecb6f55d97878e127d7d (diff) | |
download | talos-op-linux-4f55fd752fb4770a354dd2401d5043c98236cc29.tar.gz talos-op-linux-4f55fd752fb4770a354dd2401d5043c98236cc29.zip |
MIPS: ARC: Fix build of firmware library on uniprocessor.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm')
-rw-r--r-- | arch/mips/include/asm/smp-ops.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/include/asm/smp-ops.h b/arch/mips/include/asm/smp-ops.h index 48b03fff31e5..ef2a8041e78b 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> |