Merge branch '2020-05-18-reduce-size-of-common.h'
[oweals/u-boot.git] / arch / m68k / lib / traps.c
index cbd410ceb7648e5df3149a313a4aa4c610014bd1..c49141f376d3b46ce155e77fef5deabdc1b117da 100644 (file)
@@ -1,17 +1,18 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2003
  * Josef Baumgartner <josef.baumgartner@telex.de>
  *
  * (C) Copyright 2000
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
+#include <init.h>
 #include <watchdog.h>
 #include <command.h>
 #include <asm/processor.h>
+#include <asm/ptrace.h>
 
 
 extern void _exc_handler(void);