summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/or1k
diff options
context:
space:
mode:
authorHesham ALMatary <heshamelmatary@gmail.com>2015-03-03 20:09:41 +0000
committerGedare Bloom <gedare@rtems.org>2015-03-03 15:31:04 -0500
commit262a0d7bbdf034bb2fec543dfda73ea1e20811de (patch)
tree88dec297ffbe98142349c34bbe213cda9273c528 /cpukit/score/cpu/or1k
parentlibrpc: Include or1knd part of the recongnized CPUs at xdr_float.c (diff)
downloadrtems-262a0d7bbdf034bb2fec543dfda73ea1e20811de.tar.bz2
or1k/or1k-exception-default.c: Eliminate dependency on BSP provided .h file
Diffstat (limited to 'cpukit/score/cpu/or1k')
-rw-r--r--cpukit/score/cpu/or1k/or1k-exception-default.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/score/cpu/or1k/or1k-exception-default.c b/cpukit/score/cpu/or1k/or1k-exception-default.c
index 645a7f9844..037a16991b 100644
--- a/cpukit/score/cpu/or1k/or1k-exception-default.c
+++ b/cpukit/score/cpu/or1k/or1k-exception-default.c
@@ -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);