[PATCH 04/10] gen83xx/include/tm27.h: Fix prototype warning

Joel Sherrill joel at rtems.org
Fri Aug 10 13:27:00 UTC 2018


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



More information about the devel mailing list