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

This commit is contained in:
Hesham ALMatary
2015-03-03 15:31:04 -05:00
committed by Gedare Bloom
parent 396557412a
commit 262a0d7bbd
@@ -12,7 +12,6 @@
#include <rtems/score/cpu.h>
#include <rtems/fatal.h>
#include <bsp/linker-symbols.h>
#include <stdio.h>
void _OR1K_Exception_default(uint32_t vector, CPU_Exception_frame *frame);