summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp14/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/mptests/mp14/init.c')
-rw-r--r--testsuites/mptests/mp14/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/mptests/mp14/init.c b/testsuites/mptests/mp14/init.c
index 1a06e7fbe5..68359bcd3a 100644
--- a/testsuites/mptests/mp14/init.c
+++ b/testsuites/mptests/mp14/init.c
@@ -28,7 +28,7 @@
uint8_t my_partition[0x30000] CPU_STRUCTURE_ALIGNMENT;
-rtems_timer_service_routine Stop_Test_TSR(
+static rtems_timer_service_routine Stop_Test_TSR(
rtems_id ignored_id,
void *ignored_address
)