[rtems commit] gensh4/include/bsp.h: Remove unused prototype and include

Joel Sherril joel at rtems.org
Mon Mar 9 21:14:31 UTC 2015


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

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Sun Mar  8 13:50:33 2015 -0500

gensh4/include/bsp.h: Remove unused prototype and include

---

 c/src/lib/libbsp/sh/gensh4/include/bsp.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/c/src/lib/libbsp/sh/gensh4/include/bsp.h b/c/src/lib/libbsp/sh/gensh4/include/bsp.h
index e9d39a9..85f8f1a 100644
--- a/c/src/lib/libbsp/sh/gensh4/include/bsp.h
+++ b/c/src/lib/libbsp/sh/gensh4/include/bsp.h
@@ -45,7 +45,6 @@
 #include <rtems/console.h>
 #include <bspopts.h>
 #include <bsp/default-initial-extension.h>
-#include <termios.h> /* for tcflag_t */
 
 #include "rtems/score/sh7750_regs.h"
 
@@ -87,11 +86,6 @@ extern uint32_t   boot_mode;
 void bsp_hw_init(void);
 void early_hw_init(void);
 void bsp_cache_on(void);
-extern int _sci_get_brparms(
-  tcflag_t      cflag,
-  unsigned char *smr,
-  unsigned char *brr
-);
 
 #ifdef __cplusplus
 }



More information about the vc mailing list