diff options
author | Tom Rini <trini@konsulko.com> | 2024-05-01 19:30:37 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:41 -0600 |
commit | 6ec93ba35848d916ad8d695cbdebbbeb38c5d2bd (patch) | |
tree | f07a3690a6747983e6c9b3fa2ffa7a264dfea687 /drivers/core/dump.c | |
parent | 92bb2cd42aee1d1bd3d7ff236e5874f3450d1a35 (diff) |
core: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed
add missing include files directly.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/core/dump.c')
-rw-r--r-- | drivers/core/dump.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/core/dump.c b/drivers/core/dump.c index 841124830ee..5ec30d5b3c1 100644 --- a/drivers/core/dump.c +++ b/drivers/core/dump.c @@ -3,7 +3,6 @@ * Copyright (c) 2015 Google, Inc */ -#include <common.h> #include <dm.h> #include <malloc.h> #include <mapmem.h> |