drivers: dac: sam: add missing zephyr/kernel.h include
The missing include was detected when adding the driver to the CI build tests. Signed-off-by: Martin Jäger <martin@libre.solar>
This commit is contained in:
parent
c94ed0306a
commit
5e2d71315e
|
@ -20,7 +20,7 @@
|
|||
#include <zephyr/drivers/dac.h>
|
||||
#include <zephyr/drivers/pinctrl.h>
|
||||
#include <zephyr/drivers/clock_control/atmel_sam_pmc.h>
|
||||
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/logging/log.h>
|
||||
#include <zephyr/irq.h>
|
||||
LOG_MODULE_REGISTER(dac_sam, CONFIG_DAC_LOG_LEVEL);
|
||||
|
|
Loading…
Reference in a new issue