drivers: usb: device: s/device.h/init.h
Some drivers were not using any device.h API, but init.h (SYS_INIT). Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
a383dd6d6c
commit
008f1c44e2
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
#include <zephyr/drivers/usb/usb_dc.h>
|
||||
#include <zephyr/usb/usb_device.h>
|
||||
#include <soc.h>
|
||||
#include <zephyr/device.h>
|
||||
#include <zephyr/init.h>
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/drivers/pinctrl.h>
|
||||
#include "usb.h"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/device.h>
|
||||
#include <zephyr/init.h>
|
||||
#include <zephyr/sys/dlist.h>
|
||||
#include <zephyr/sys/iterable_sections.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue