[rtems commit] gen83xx/include/tm27.h: Fix prototype warning

Joel Sherrill joel at rtems.org
Mon Aug 13 15:44:44 UTC 2018


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

Author:    Joel Sherrill <joel at rtems.org>
Date:      Fri Aug 10 08:20:07 2018 -0500

gen83xx/include/tm27.h: Fix prototype warning

---

 bsps/powerpc/gen83xx/include/tm27.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bsps/powerpc/gen83xx/include/tm27.h b/bsps/powerpc/gen83xx/include/tm27.h
index 2278747..3728e7d 100644
--- a/bsps/powerpc/gen83xx/include/tm27.h
+++ b/bsps/powerpc/gen83xx/include/tm27.h
@@ -38,7 +38,7 @@ static int tm27_exception_handler( BSP_Exception_frame *frame, unsigned number)
 	return 0;
 }
 
-void Install_tm27_vector( void (*handler)(rtems_vector_number))
+static void Install_tm27_vector( void (*handler)(rtems_vector_number))
 {
   int rv = 0;
 




More information about the vc mailing list