commit | f6977c17ad9e08c13bb5ec3709679cbb463d8ffa | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 19 10:15:43 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 03 22:19:54 2020 -0400 |
tree | bb6d93d51f3681b026d5ce5706809f247ac85292 | |
parent | 614a9a22f627eca367056654ac00813cd840f08c [diff] |
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>