diff options
author | Michael Brown <mcb30@ipxe.org> | 2014-08-06 13:52:41 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2014-08-06 14:27:45 +0100 |
commit | 2bf428c2a9de75ee130d366f5139fc762106e220 (patch) | |
tree | f4a5586bd1d7cc2f73049d81d79a1896de427b78 /src/interface/efi/efi_debug.c | |
parent | 2ce1c70166e5bdcda6c17f184755b684fa1811c3 (diff) | |
download | ipxe-2bf428c2a9de75ee130d366f5139fc762106e220.tar.gz |
[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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface/efi/efi_debug.c b/src/interface/efi/efi_debug.c index 4cbd831c4..4b8448cb0 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> |