diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-30 20:42:55 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:40 -0600 |
commit | 47518bdb6dbb4a45d53aa80b3429c5081bf33be7 (patch) | |
tree | caa4c95e74d1c50e4fc2073c03722432e87923ce /board/storopack | |
parent | 59ac5a21dd3beb88094bc7096c7db5b9c63d6667 (diff) | |
download | u-boot-47518bdb6dbb4a45d53aa80b3429c5081bf33be7.tar.gz u-boot-47518bdb6dbb4a45d53aa80b3429c5081bf33be7.tar.bz2 u-boot-47518bdb6dbb4a45d53aa80b3429c5081bf33be7.zip |
board: storopack: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/storopack')
-rw-r--r-- | board/storopack/smegw01/smegw01.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/storopack/smegw01/smegw01.c b/board/storopack/smegw01/smegw01.c index 345191b31c..910feeda31 100644 --- a/board/storopack/smegw01/smegw01.c +++ b/board/storopack/smegw01/smegw01.c @@ -12,7 +12,6 @@ #include <asm/mach-imx/hab.h> #include <asm/mach-imx/iomux-v3.h> #include <asm/io.h> -#include <common.h> #include <env.h> #include <env_internal.h> #include <asm/arch/crm_regs.h> |