summaryrefslogtreecommitdiffstats
path: root/bsps/m68k/csb360
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/m68k/csb360
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/m68k/csb360')
-rw-r--r--bsps/m68k/csb360/dev/ckinit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/m68k/csb360/dev/ckinit.c b/bsps/m68k/csb360/dev/ckinit.c
index 3b7b25067c..839a2748ef 100644
--- a/bsps/m68k/csb360/dev/ckinit.c
+++ b/bsps/m68k/csb360/dev/ckinit.c
@@ -52,7 +52,7 @@ Clock_isr (rtems_vector_number vector)
}
}
-void
+static void
Clock_exit(void)
{
uint32_t icr;