Blob Blame History Raw
From: "Najumon B.A" <najumon.ba@intel.com>
Date: Thu, 27 Apr 2023 07:02:10 +0530
Subject: ACPICA: fix for conflict macro definition on zephyr interface
Patch-mainline: v6.6-rc1
Git-commit: 9558c2a2425077d5c8c761c16a7bfad867a24f65
References: jsc#PED-6747

ACPICA commit c71a12dfc66593fa9730c62a519161c4a7fca9f6

remove SEEK_SET/SEEK_END duplicate macro on zephyr header which through
 error while run zephyr CI jobs.

Link: https://github.com/acpica/acpica/commit/c71a12df
Signed-off-by: Najumon B.A <najumon.ba@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Lee, Chun-Yi <jlee@suse.com>
---
 include/acpi/platform/aczephyr.h |    3 ---
 1 file changed, 3 deletions(-)

--- a/include/acpi/platform/aczephyr.h
+++ b/include/acpi/platform/aczephyr.h
@@ -10,9 +10,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