drivers: timer: remove declaration for non-existing function

The clock_device_ctrl function is no longer available, so remove its
declaration.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2021-11-26 12:52:05 +01:00 committed by Carles Cufí
commit 84cb35cc04

View file

@ -38,17 +38,6 @@ extern "C" {
*/
extern int sys_clock_driver_init(const struct device *dev);
/**
* @brief Initialize system clock driver
*
* The system clock is a Zephyr device created globally. This is its
* device control callback, used in a few devices for power
* management. It is a weak symbol that will be implemented as a noop
* if undefined in the clock driver.
*/
extern int clock_device_ctrl(const struct device *dev,
enum pm_device_state state);
/**
* @brief Set system clock timeout
*