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:
parent
8b55275d48
commit
84cb35cc04
1 changed files with 0 additions and 11 deletions
|
@ -38,17 +38,6 @@ extern "C" {
|
||||||
*/
|
*/
|
||||||
extern int sys_clock_driver_init(const struct device *dev);
|
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
|
* @brief Set system clock timeout
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue