diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-30 07:35:31 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-06 15:06:33 -0600 |
commit | d6bf10009bd061c57ffd57f95dc12013bcc65d99 (patch) | |
tree | 409c6ee7e2f698ab09d226420d7de0b8b7e1899f /arch/arm/mach-tegra/tegra20/bct.c | |
parent | 97d4896b533f73b6d42d07eab30376ae001419ef (diff) | |
download | u-boot-d6bf10009bd061c57ffd57f95dc12013bcc65d99.tar.gz |
arm: tegra: Remove <common.h> and add needed includes
Remove <common.h> from all mach-tegra and include/asm/arch-tegra files
and when needed add missing include files directly.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-tegra/tegra20/bct.c')
-rw-r--r-- | arch/arm/mach-tegra/tegra20/bct.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/tegra20/bct.c b/arch/arm/mach-tegra/tegra20/bct.c index b2c44f3d237..e155b98cf65 100644 --- a/arch/arm/mach-tegra/tegra20/bct.c +++ b/arch/arm/mach-tegra/tegra20/bct.c @@ -4,7 +4,6 @@ * Copyright (c) 2022, Svyatoslav Ryhel <clamor95@gmail.com> */ -#include <common.h> #include <command.h> #include <log.h> #include <asm/arch-tegra/crypto.h> |