Skip to content

Commit

Permalink
arch: x86: zefi: Remove unneeded include
Browse files Browse the repository at this point in the history
Fixes unneeded chain of includes. Since zefi is built separately
(using python script), any dependency creates include chain with
possibly missing configuration options.

Signed-off-by: Andrei Emeltchenko <[email protected]>
  • Loading branch information
finikorg authored and stephanosio committed Mar 22, 2023
1 parent 82efb21 commit b3545b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/zefi/efi.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#ifndef _ASMLANGUAGE

#include <stdbool.h>
#include <zephyr/sys/util.h>

#define __abi __attribute__((ms_abi))

Expand Down

0 comments on commit b3545b3

Please sign in to comment.