diff options
author | Tom Rini <trini@konsulko.com> | 2023-12-14 13:16:46 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-12-21 08:54:37 -0500 |
commit | 460b2c068c07d665af48566cfe39582086fed921 (patch) | |
tree | 1cb8c4a5d8cb10241ee076db1f40a0e41295d944 /arch/sandbox/lib/pci_io.c | |
parent | 7776960f4d26043c75bbc349d28815c698668d41 (diff) |
sandbox: Audit config.h and common.h usage
Remove and replace common.h and config.h in sandbox when it's not needed
and add some explicit includes where needed.
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/sandbox/lib/pci_io.c')
-rw-r--r-- | arch/sandbox/lib/pci_io.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sandbox/lib/pci_io.c b/arch/sandbox/lib/pci_io.c index 2038141947a..6040eacb594 100644 --- a/arch/sandbox/lib/pci_io.c +++ b/arch/sandbox/lib/pci_io.c @@ -8,7 +8,6 @@ * IO space access commands. */ -#include <common.h> #include <command.h> #include <dm.h> #include <log.h> |