summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNajumon B.A <najumon.ba@intel.com>2023-04-27 07:02:10 +0530
committerNajumon B.A <najumon.ba@intel.com>2023-04-27 07:37:13 +0530
commitc71a12dfc66593fa9730c62a519161c4a7fca9f6 (patch)
treede29597834b1bee64693e3c783e506070248accc
parent884f2848ee9be849e01579bf149682605d56e31b (diff)
downloadacpica-c71a12dfc66593fa9730c62a519161c4a7fca9f6.tar.gz
fix for conflict macro definition on zephyr interface
remove SEEK_SET/SEEK_END duplicate macro on zephyr header which through error while run zephyr CI jobs. Signed-off-by: Najumon B.A <najumon.ba@intel.com>
-rw-r--r--source/include/platform/aczephyr.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/include/platform/aczephyr.h b/source/include/platform/aczephyr.h
index c1d411c35..0b8971130 100644
--- a/source/include/platform/aczephyr.h
+++ b/source/include/platform/aczephyr.h
@@ -152,9 +152,6 @@
#ifndef __ACZEPHYR_H__
#define __ACZEPHYR_H__
-#define SEEK_SET FS_SEEK_SET
-#define SEEK_END FS_SEEK_END
-
#define ACPI_MACHINE_WIDTH 64
#define ACPI_NO_ERROR_MESSAGES