drivers: timeaware_gpio: Fix include path
Fixes CI after syscall_handler changes path. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
318836af23
commit
d817a8ebff
|
@ -12,7 +12,7 @@
|
|||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/drivers/misc/timeaware_gpio/timeaware_gpio.h>
|
||||
#include <zephyr/devicetree.h>
|
||||
#include <zephyr/syscall_handler.h>
|
||||
#include <zephyr/internal/syscall_handler.h>
|
||||
|
||||
/* TGPIO Register offsets */
|
||||
#define ART_L 0x00 /* ART lower 32 bit reg */
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include <zephyr/types.h>
|
||||
#include <stddef.h>
|
||||
#include <zephyr/device.h>
|
||||
#include <zephyr/syscall_handler.h>
|
||||
#include <zephyr/internal/syscall_handler.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Reference in a new issue