common: Move interrupt functions into a new header
[oweals/u-boot.git] / arch / m68k / cpu / mcf530x / interrupts.c
index bf4038dff891943f1f426530d4005abb8ff2488c..2659e3478f04dc3c8f45609a1b4c6dfb5a2fae53 100644 (file)
@@ -1,11 +1,11 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2014  Angelo Dureghello <angelo@sysam.it>
  *
- * SPDX-License-Identifier:    GPL-2.0+
- *
  */
 
 #include <common.h>
+#include <irq_func.h>
 #include <asm/immap.h>
 #include <asm/io.h>