aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_device_path.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-12-14 13:16:55 -0500
committerTom Rini <trini@konsulko.com>2023-12-21 08:54:37 -0500
commitc38cb227d39f8ce9983df8051f31dcc8466f311e (patch)
tree45b2230e6bf509dc0914562997beaf459a6f3c78 /lib/efi_loader/efi_device_path.c
parentd1f072aa2515193d936c93502127c08c66e12a30 (diff)
downloadu-boot-c38cb227d39f8ce9983df8051f31dcc8466f311e.zip
u-boot-c38cb227d39f8ce9983df8051f31dcc8466f311e.tar.gz
u-boot-c38cb227d39f8ce9983df8051f31dcc8466f311e.tar.bz2
efi_loader: Remove <common.h>
We largely do not need <common.h> in these files, so drop it. The only exception here is that efi_freestanding.c needs <linux/types.h> and had been getting that via <common.h>. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'lib/efi_loader/efi_device_path.c')
-rw-r--r--lib/efi_loader/efi_device_path.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/efi_loader/efi_device_path.c b/lib/efi_loader/efi_device_path.c
index ed7214f..8dbd810 100644
--- a/lib/efi_loader/efi_device_path.c
+++ b/lib/efi_loader/efi_device_path.c
@@ -7,7 +7,6 @@
#define LOG_CATEGORY LOGC_EFI
-#include <common.h>
#include <blk.h>
#include <dm.h>
#include <dm/root.h>