summaryrefslogtreecommitdiffstats
path: root/src/image
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/image
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/image')
-rw-r--r--src/image/efi_image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image/efi_image.c b/src/image/efi_image.c
index 613c9d92..ce1d4b83 100644
--- a/src/image/efi_image.c
+++ b/src/image/efi_image.c
@@ -26,7 +26,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <ipxe/efi/efi_snp.h>
#include <ipxe/efi/efi_download.h>
#include <ipxe/efi/efi_file.h>
-#include <ipxe/efi/efi_driver.h>
+#include <ipxe/efi/efi_utils.h>
#include <ipxe/efi/efi_strings.h>
#include <ipxe/efi/efi_wrap.h>
#include <ipxe/image.h>