summaryrefslogtreecommitdiffstats
path: root/bsps/sh/gensh4/clock/ckinit.c
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/sh/gensh4/clock/ckinit.c
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 '')
-rw-r--r--bsps/sh/gensh4/clock/ckinit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bsps/sh/gensh4/clock/ckinit.c b/bsps/sh/gensh4/clock/ckinit.c
index 795203d2d9..48439d670e 100644
--- a/bsps/sh/gensh4/clock/ckinit.c
+++ b/bsps/sh/gensh4/clock/ckinit.c
@@ -24,6 +24,8 @@
#include <rtems/score/ispsh7750.h>
#include <rtems/score/iosh7750.h>
+static void Clock_exit( void );
+
extern uint32_t bsp_clicks_per_second;
#ifndef CLOCKPRIO