drivers: clock_control: litex: add missing include
Drivers uses custom IO read/write API defined in soc.h. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
c42ef7117d
commit
8edd33bf27
|
@ -18,6 +18,8 @@
|
|||
#include <stdio.h>
|
||||
#include <zephyr/kernel.h>
|
||||
|
||||
#include <soc.h>
|
||||
|
||||
LOG_MODULE_REGISTER(CLK_CTRL_LITEX, CONFIG_CLOCK_CONTROL_LOG_LEVEL);
|
||||
|
||||
static struct litex_clk_device *ldev; /* global struct for whole driver */
|
||||
|
|
Loading…
Reference in a new issue