summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-08-10 08:20:07 -0500
committerJoel Sherrill <joel@rtems.org>2018-08-10 08:24:27 -0500
commitae4fbf3b4f96097bddd110cf8c8ea7cd381c3208 (patch)
treedc9192fa1311710b1fa0065d562d8d7d4d821791
parentgen5200/include/tm27.h: Fix prototype warning (diff)
downloadrtems-ae4fbf3b4f96097bddd110cf8c8ea7cd381c3208.tar.bz2
gen83xx/include/tm27.h: Fix prototype warning
-rw-r--r--bsps/powerpc/gen83xx/include/tm27.h2
1 files changed, 1 insertions, 1 deletions
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;