drivers: timer: s/device.h/init.h
Timer "drivers" do not use the device model infrastructure, they are singletons with a SYS_INIT call. This means they do not have to include device.h but init.h. Things worked because device.h includes init.h. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
7f8831aa7e
commit
12b2ee54e3
29 changed files with 29 additions and 29 deletions
|
@ -5,7 +5,7 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <zephyr/device.h>
|
||||
#include <zephyr/init.h>
|
||||
#include <soc.h>
|
||||
#include <stm32_ll_lptim.h>
|
||||
#include <stm32_ll_bus.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue