aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2011-06-01 14:20:09 +0100
committerRalf Baechle <ralf@linux-mips.org>2011-07-20 23:12:11 +0100
commit4f55fd752fb4770a354dd2401d5043c98236cc29 (patch)
tree194b598d5efc96a6f4001b265839b89066cf9abd
parentbf45e583715eae15e0adecb6f55d97878e127d7d (diff)
downloadkernel_samsung_smdk4412-4f55fd752fb4770a354dd2401d5043c98236cc29.zip
kernel_samsung_smdk4412-4f55fd752fb4770a354dd2401d5043c98236cc29.tar.gz
kernel_samsung_smdk4412-4f55fd752fb4770a354dd2401d5043c98236cc29.tar.bz2
MIPS: ARC: Fix build of firmware library on uniprocessor.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-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 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>