commit | c38cb227d39f8ce9983df8051f31dcc8466f311e | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Dec 14 13:16:55 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 21 08:54:37 2023 -0500 |
tree | 45b2230e6bf509dc0914562997beaf459a6f3c78 | |
parent | d1f072aa2515193d936c93502127c08c66e12a30 [diff] |
efi_loader: Remove <common.h> We largely do not need <common.h> in these files, so drop it. The only exception here is that efi_freestanding.c needs <linux/types.h> and had been getting that via <common.h>. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com>