clock: Remove Clock_exit() from API

This function is no longer supported by the standard clock driver
implementation (clockimpl.h).

Update #3436.
This commit is contained in:
Sebastian Huber
2019-12-05 15:51:17 +01:00
parent 189da5f442
commit a6b2080e1c
17 changed files with 16 additions and 40 deletions

View File

@@ -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