common: Move interrupt functions into a new header
[oweals/u-boot.git] / arch / mips / cpu / interrupts.c
index 275fcf569966e062dd146c26319c0cb3907a86ab..b3ba9aaeae1e816891581c8dee943a956ca1a06f 100644 (file)
@@ -1,11 +1,11 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2003
  * Wolfgang Denk, DENX Software Engineering, <wd@denx.de>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
+#include <irq_func.h>
 
 int interrupt_init(void)
 {