drivers: usb: device: add missing init.h
Some drivers were missing init.h, required for SYS_INIT. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
008f1c44e2
commit
99c19425d1
2 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
#include <hardware/resets.h>
|
||||
#include <pico/platform.h>
|
||||
|
||||
#include <zephyr/init.h>
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/usb/usb_device.h>
|
||||
#include <zephyr/sys/util.h>
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
|
||||
#include <zephyr/drivers/clock_control.h>
|
||||
#include <zephyr/drivers/usb/usb_dc.h>
|
||||
#include <zephyr/init.h>
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/usb/usb_device.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue