[rtems commit] arm/gumstix/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:    b3bb88be28d87b2c6873a4db84600412bb154216
Changeset: http://git.rtems.org/rtems/commit/?id=b3bb88be28d87b2c6873a4db84600412bb154216

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

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

---

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

diff --git a/c/src/lib/libbsp/arm/gumstix/startup/bspstart.c b/c/src/lib/libbsp/arm/gumstix/startup/bspstart.c
index fd04435..cfbb122 100644
--- a/c/src/lib/libbsp/arm/gumstix/startup/bspstart.c
+++ b/c/src/lib/libbsp/arm/gumstix/startup/bspstart.c
@@ -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;



More information about the vc mailing list