summaryrefslogtreecommitdiffstats
path: root/src/interface/efi/efi_debug.c
diff options
context:
space:
mode:
authorMichael Brown2014-08-06 14:52:41 +0200
committerMichael Brown2014-08-06 15:27:45 +0200
commit2bf428c2a9de75ee130d366f5139fc762106e220 (patch)
treef4a5586bd1d7cc2f73049d81d79a1896de427b78 /src/interface/efi/efi_debug.c
parent[efi] Try various possible SNP receive filters (diff)
downloadipxe-2bf428c2a9de75ee130d366f5139fc762106e220.tar.gz
ipxe-2bf428c2a9de75ee130d366f5139fc762106e220.tar.xz
ipxe-2bf428c2a9de75ee130d366f5139fc762106e220.zip
[efi] Move abstract device path and handle functions to efi_utils.c
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/interface/efi/efi_debug.c')
-rw-r--r--src/interface/efi/efi_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface/efi/efi_debug.c b/src/interface/efi/efi_debug.c
index 4cbd831c..4b8448cb 100644
--- a/src/interface/efi/efi_debug.c
+++ b/src/interface/efi/efi_debug.c
@@ -32,7 +32,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <ipxe/uuid.h>
#include <ipxe/base16.h>
#include <ipxe/efi/efi.h>
-#include <ipxe/efi/efi_driver.h>
+#include <ipxe/efi/efi_utils.h>
#include <ipxe/efi/Protocol/ComponentName.h>
#include <ipxe/efi/Protocol/ComponentName2.h>
#include <ipxe/efi/Protocol/DevicePathToText.h>