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

Hesham ALMatary heshamelmatary at gmail.com
Tue Mar 3 20:09:41 UTC 2015


---
 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);
-- 
2.1.0



More information about the devel mailing list