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:
Andrei Emeltchenko 2023-11-10 12:19:19 +02:00 committed by Johan Hedberg
parent 318836af23
commit d817a8ebff
2 changed files with 2 additions and 2 deletions

View file

@ -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 */

View file

@ -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" {