From ae4fbf3b4f96097bddd110cf8c8ea7cd381c3208 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 10 Aug 2018 08:20:07 -0500 Subject: [PATCH] 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 22787473a5..3728e7d87d 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;