[MIPS] SMTC: <asm/mips_mt.h> must include <linux/cpumask.h>
authorRalf Baechle <ralf@linux-mips.org>
Sun, 4 Mar 2007 18:23:48 +0000 (18:23 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 7 Mar 2007 00:07:15 +0000 (00:07 +0000)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/mips_mt.h

index fdfff0b..8045abc 100644 (file)
@@ -6,6 +6,8 @@
 #ifndef __ASM_MIPS_MT_H
 #define __ASM_MIPS_MT_H
 
+#include <linux/cpumask.h>
+
 extern cpumask_t mt_fpu_cpumask;
 extern unsigned long mt_fpemul_threshold;