浏览代码

[MIPS] Malta: Include <linux/irq.h for cp0_compare_irq / cp0_perfcount_irq.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 18 年之前
父节点
当前提交
45a98eb2b7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/mips/mips-boards/malta/malta_smtc.c

+ 1 - 0
arch/mips/mips-boards/malta/malta_smtc.c

@@ -1,6 +1,7 @@
 /*
  * Malta Platform-specific hooks for SMP operation
  */
+#include <linux/irq.h>
 #include <linux/init.h>
 
 #include <asm/mipsregs.h>