summaryrefslogtreecommitdiffstats
path: root/bsps/no_cpu
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-12-05 15:51:17 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-12-11 09:04:49 +0100
commita6b2080e1c1e756403e80eb0bb658af6a1a88a89 (patch)
treeefb7bc37d74768a8dc8a13371aec65e165c0c467 /bsps/no_cpu
parentscore: Optimize _Per_CPU_Get_index() (diff)
downloadrtems-a6b2080e1c1e756403e80eb0bb658af6a1a88a89.tar.bz2
clock: Remove Clock_exit() from API
This function is no longer supported by the standard clock driver implementation (clockimpl.h). Update #3436.
Diffstat (limited to 'bsps/no_cpu')
-rw-r--r--bsps/no_cpu/no_bsp/clock/ckinit.c2
1 files changed, 1 insertions, 1 deletions
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