mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
efi: Tidy up header includes
Two files relies on efi_driver.h to include common.h and dm.h which is incorrect. The former should always be included in a non-host C file and the latter should be included if driver model is used. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
411e9eb88c
commit
e1e10f29f9
3 changed files with 3 additions and 2 deletions
|
@ -8,8 +8,6 @@
|
|||
#ifndef _EFI_DRIVER_H
|
||||
#define _EFI_DRIVER_H 1
|
||||
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <efi_loader.h>
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue