or1k/or1k-exception-default.c: Eliminate dependency on BSP provided .h file

This commit is contained in:
Hesham ALMatary
2015-03-03 20:09:41 +00:00
committed by Gedare Bloom
parent 396557412a
commit 262a0d7bbd

View File

@@ -12,7 +12,6 @@
#include <rtems/score/cpu.h> #include <rtems/score/cpu.h>
#include <rtems/fatal.h> #include <rtems/fatal.h>
#include <bsp/linker-symbols.h>
#include <stdio.h> #include <stdio.h>
void _OR1K_Exception_default(uint32_t vector, CPU_Exception_frame *frame); void _OR1K_Exception_default(uint32_t vector, CPU_Exception_frame *frame);