power_domain: gpio: update include paths
Update the Zephyr include paths to be compatible with removing `CONFIG_LEGACY_INCLUDE_PATH` in the future. Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
This commit is contained in:
parent
d1ab0f6b6e
commit
9b59721ab3
1 changed files with 5 additions and 5 deletions
|
@ -7,12 +7,12 @@
|
|||
|
||||
#define DT_DRV_COMPAT power_domain_gpio
|
||||
|
||||
#include <kernel.h>
|
||||
#include <drivers/gpio.h>
|
||||
#include <pm/device.h>
|
||||
#include <pm/device_runtime.h>
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/drivers/gpio.h>
|
||||
#include <zephyr/pm/device.h>
|
||||
#include <zephyr/pm/device_runtime.h>
|
||||
|
||||
#include <logging/log.h>
|
||||
#include <zephyr/logging/log.h>
|
||||
LOG_MODULE_REGISTER(power_domain_gpio, LOG_LEVEL_INF);
|
||||
|
||||
struct pd_gpio_config {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue