[rtems commit] or1k/or1k-exception-default.c: Eliminate dependency on BSP provided .h file

Gedare Bloom gedare at rtems.org
Tue Mar 3 20:31:11 UTC 2015


Module:    rtems
Branch:    master
Commit:    262a0d7bbdf034bb2fec543dfda73ea1e20811de
Changeset: http://git.rtems.org/rtems/commit/?id=262a0d7bbdf034bb2fec543dfda73ea1e20811de

Author:    Hesham ALMatary <heshamelmatary at gmail.com>
Date:      Tue Mar  3 20:09:41 2015 +0000

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

---

 cpukit/score/cpu/or1k/or1k-exception-default.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cpukit/score/cpu/or1k/or1k-exception-default.c b/cpukit/score/cpu/or1k/or1k-exception-default.c
index 645a7f9..037a169 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);




More information about the vc mailing list