From a6b2080e1c1e756403e80eb0bb658af6a1a88a89 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 5 Dec 2019 15:51:17 +0100 Subject: clock: Remove Clock_exit() from API This function is no longer supported by the standard clock driver implementation (clockimpl.h). Update #3436. --- bsps/no_cpu/no_bsp/clock/ckinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bsps/no_cpu/no_bsp/clock/ckinit.c') diff --git a/bsps/no_cpu/no_bsp/clock/ckinit.c b/bsps/no_cpu/no_bsp/clock/ckinit.c index eb0867a895..1d680fe355 100644 --- a/bsps/no_cpu/no_bsp/clock/ckinit.c +++ b/bsps/no_cpu/no_bsp/clock/ckinit.c @@ -48,7 +48,7 @@ uint32_t Clock_isrs; /* ISRs until next tick */ */ rtems_isr_entry Old_ticker; -void Clock_exit( void ); +static void Clock_exit( void ); /* * Isr Handler -- cgit v1.2.3