arm/gumstix/startup/bspstart.c: Ensure bsp_start_default() is static

This commit is contained in:
Joel Sherrill
2014-10-14 11:20:35 -05:00
parent c696430cae
commit b3bb88be28

View File

@@ -26,7 +26,7 @@
* Since RTEMS is not configured, no RTEMS functions can be called.
*
*/
void bsp_start_default( void )
static void bsp_start_default( void )
{
/* disable interrupts */
XSCALE_INT_ICMR = 0x0;