Skip to content

Commit

Permalink
drivers: timeaware_gpio: Fix include path
Browse files Browse the repository at this point in the history
Fixes CI after syscall_handler changes path.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
  • Loading branch information
finikorg committed Nov 10, 2023
1 parent 6aa0d7a commit ad1a734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/misc/timeaware_gpio/timeaware_gpio_intel.c
Expand Up @@ -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 */
Expand Down
Expand Up @@ -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" {
Expand Down

0 comments on commit ad1a734

Please sign in to comment.