Commit 32f094f8 authored by Daniel Leung's avatar Daniel Leung Committed by Christopher Friedt
Browse files

console: semihosting: remove unused include



Content in kernel_arch_interface.h is not being used.
So remove the #include.

Signed-off-by: default avatarDaniel Leung <daniel.leung@intel.com>
parent 29ec31bf
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
#include <kernel.h>
#include <device.h>
#include <init.h>
#include <kernel_arch_interface.h>

extern void __stdout_hook_install(int (*fn)(int));