diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-30 07:35:59 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-06 15:06:34 -0600 |
commit | 7410cde67de051ba6e7650ed6d714fb6b132c3f4 (patch) | |
tree | 1278f7319fe57dbf3605068219b653852656b373 /arch/arm/lib/cmd_boot.c | |
parent | 935b60f883c5e9a7d83122f4993cf7ccd18b6066 (diff) |
arm: Remove <common.h> and add needed includes
Remove <common.h> from the remainder of the files under arch/arm and
when needed add missing include files directly.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/lib/cmd_boot.c')
-rw-r--r-- | arch/arm/lib/cmd_boot.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/lib/cmd_boot.c b/arch/arm/lib/cmd_boot.c index c905ecc4bd9..5df5bc305a2 100644 --- a/arch/arm/lib/cmd_boot.c +++ b/arch/arm/lib/cmd_boot.c @@ -17,7 +17,6 @@ * Copyright 2015 Konsulko Group, Matt Porter <mporter@konsulko.com> */ -#include <common.h> #include <command.h> /* |