Browse Source

MIPS: ARC: Fix build of firmware library on uniprocessor.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 14 years ago
parent
commit
4f55fd752f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/mips/include/asm/smp-ops.h

+ 2 - 0
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>