[rtems commit] arm/csb337/startup/bspstart.c: Ensure bsp_start_default() is static

Joel Sherrill joel at rtems.org
Thu Oct 16 13:50:02 UTC 2014


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

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Tue Oct 14 11:20:35 2014 -0500

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

---

 c/src/lib/libbsp/arm/csb337/startup/bspstart.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/c/src/lib/libbsp/arm/csb337/startup/bspstart.c b/c/src/lib/libbsp/arm/csb337/startup/bspstart.c
index 484cbe8..75c8fd7 100644
--- a/c/src/lib/libbsp/arm/csb337/startup/bspstart.c
+++ b/c/src/lib/libbsp/arm/csb337/startup/bspstart.c
@@ -37,7 +37,7 @@ void bsp_usart_init(void);
  * RESTRICTIONS/LIMITATIONS:
  *   Since RTEMS is not configured, no RTEMS functions can be called.
  */
-void bsp_start_default( void )
+static void bsp_start_default( void )
 {
   /* disable interrupts */
   AIC_CTL_REG(AIC_IDCR) = 0xffffffff;



More information about the vc mailing list