summaryrefslogtreecommitdiffstats
path: root/arch/mips/include
diff options
context:
space:
mode:
authorRalf Baechle2011-06-01 15:20:09 +0200
committerRalf Baechle2011-07-21 00:12:11 +0200
commit4f55fd752fb4770a354dd2401d5043c98236cc29 (patch)
tree194b598d5efc96a6f4001b265839b89066cf9abd /arch/mips/include
parentMIPS: XLR, XLS: Move makefile bits to were they belong. (diff)
downloadkernel-qcow2-linux-4f55fd752fb4770a354dd2401d5043c98236cc29.tar.gz
kernel-qcow2-linux-4f55fd752fb4770a354dd2401d5043c98236cc29.tar.xz
kernel-qcow2-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')
-rw-r--r--arch/mips/include/asm/smp-ops.h2
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>