瀏覽代碼

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

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 14 年之前
父節點
當前提交
4f55fd752f
共有 1 個文件被更改,包括 2 次插入0 次删除
  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
 #ifndef __ASM_SMP_OPS_H
 #define __ASM_SMP_OPS_H
 #define __ASM_SMP_OPS_H
 
 
+#include <linux/errno.h>
+
 #ifdef CONFIG_SMP
 #ifdef CONFIG_SMP
 
 
 #include <linux/cpumask.h>
 #include <linux/cpumask.h>