]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - arch/xtensa/cpu/exceptions.c
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
[thirdparty/u-boot.git] / arch / xtensa / cpu / exceptions.c
index 206767094e9f8895a142dda1bad2358f8588aa34..cf9af4326a2952d82e218b02665d9747aa520e18 100644 (file)
  *  (Note that alloca is a special case and handled in start.S)
  */
 
+#include <common.h>
 #include <command.h>
 #include <irq_func.h>
 #include <asm/ptrace.h>
 #include <asm/string.h>
 #include <asm/regs.h>
-#include <vsprintf.h>
 
 typedef void (*handler_t)(struct pt_regs *);