[PATCH 50/62] arm/gumstix/startup/bspstart.c: Ensure bsp_start_default() is static

Joel Sherrill joel.sherrill at oarcorp.com
Wed Oct 15 20:00:40 UTC 2014


---
 c/src/lib/libbsp/arm/gumstix/startup/bspstart.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
-- 
1.9.3




More information about the devel mailing list