summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-08 13:50:33 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-09 16:14:16 -0500
commit52c56af0326a93eec84ca9ab899191646ed6b2b4 (patch)
tree271d3d23336d95543038726d4805b59563262570
parentpowerpc/shared/bootloader/pci.c: Remove warnings (diff)
downloadrtems-52c56af0326a93eec84ca9ab899191646ed6b2b4.tar.bz2
gensh4/include/bsp.h: Remove unused prototype and include
-rw-r--r--c/src/lib/libbsp/sh/gensh4/include/bsp.h6
1 files changed, 0 insertions, 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 e9d39a9ee8..85f8f1a2c1 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
}