diff options
| author | Heinrich Schuchardt <[email protected]> | 2025-11-04 23:00:55 +0100 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2025-11-15 11:36:33 +0100 |
| commit | 033780768edb2cf3d115099277f50ce90400959f (patch) | |
| tree | 22176d78739a6858220c6c41692828428dddf5d0 /lib | |
| parent | 479ba0cc4d6ef1dd74889826e0dbad82b29999a7 (diff) | |
efi_client: don't include asm/global_data.h twice
Remove duplicate #include.
Acked-by: Ilias Apalodimas <[email protected]>
Signed-off-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/efi_client/efi_app.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/efi_client/efi_app.c b/lib/efi_client/efi_app.c index 9b94a93ee4f..da8e3432859 100644 --- a/lib/efi_client/efi_app.c +++ b/lib/efi_client/efi_app.c @@ -21,7 +21,6 @@ #include <asm/global_data.h> #include <linux/err.h> #include <linux/types.h> -#include <asm/global_data.h> #include <dm/device-internal.h> #include <dm/lists.h> #include <dm/root.h> |
