bsps: Remove unused bsp_libc_init() prototype

This commit is contained in:
Sebastian Huber
2012-08-09 16:45:12 +02:00
parent ca9f2e639e
commit f7513a0486
3 changed files with 0 additions and 12 deletions

View File

@@ -24,7 +24,6 @@
/* Function prototypes */
extern void rtems_exception_init_mngt(void);
void bsp_libc_init( void *, uint32_t, int );
static void fix_mac_addr(void);
void bsp_usart_init(void);

View File

@@ -61,11 +61,6 @@ const unsigned int _icplbs_table[16][2] = {
{ 0xffffffff, 0xffffffff }/* end of section - termination */
};
/*
* Use the shared implementations of the following routines
*/
void bsp_libc_init( void *, uint32_t, int );
void Init_PLL (void);
void Init_EBIU (void);
void Init_Flags(void);

View File

@@ -71,12 +71,6 @@ void _BSP_Fatal_error(unsigned int v)
__asm__ __volatile ("sc");
}
/*
* Use the shared implementations of the following routines
*/
void bsp_libc_init( void *, uint32_t, int );
/*PAGE
*
* bsp_predriver_hook