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

This commit is contained in:
Joel Sherrill
2015-03-09 16:14:16 -05:00
parent a1148f3667
commit 52c56af032
-6
View File
@@ -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
}