Skip to content

Commit 9558c2a

Browse files
najumon1980rafaeljw
authored andcommitted
ACPICA: fix for conflict macro definition on zephyr interface
ACPICA commit c71a12dfc66593fa9730c62a519161c4a7fca9f6 remove SEEK_SET/SEEK_END duplicate macro on zephyr header which through error while run zephyr CI jobs. Link: acpica/acpica@c71a12df Signed-off-by: Najumon B.A <[email protected]> Signed-off-by: Bob Moore <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent ed9aa11 commit 9558c2a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/acpi/platform/aczephyr.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
#ifndef __ACZEPHYR_H__
1111
#define __ACZEPHYR_H__
1212

13-
#define SEEK_SET FS_SEEK_SET
14-
#define SEEK_END FS_SEEK_END
15-
1613
#define ACPI_MACHINE_WIDTH 64
1714

1815
#define ACPI_NO_ERROR_MESSAGES

0 commit comments

Comments
 (0)