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

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


---
 c/src/lib/libbsp/arm/edb7312/startup/bspstart.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/c/src/lib/libbsp/arm/edb7312/startup/bspstart.c b/c/src/lib/libbsp/arm/edb7312/startup/bspstart.c
index b57db30..31aff8c 100644
--- a/c/src/lib/libbsp/arm/edb7312/startup/bspstart.c
+++ b/c/src/lib/libbsp/arm/edb7312/startup/bspstart.c
@@ -1,6 +1,8 @@
 /*
  * Cirrus EP7312 Startup code
- *
+ */
+
+/*
  * Copyright (c) 2002 by Jay Monkman <jtm at smoothsmoothie.com>
  *
  *  The license and distribution terms for this file may be
@@ -24,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 */
   *EP7312_INTMR1 = 0;
-- 
1.9.3



More information about the devel mailing list