summaryrefslogtreecommitdiff
path: root/drivers/misc/tegra186_bpmp.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-05-01 19:30:58 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:55 -0600
commit4fa7521f66188b3fd5909de7a84d00492c7c32b5 (patch)
tree8f4f7e027d6b53f124dad82431da5e5cfeb8fbcb /drivers/misc/tegra186_bpmp.c
parentc199f372cca046fac0ce73b7274f136b1a0e80e2 (diff)
downloadu-boot-4fa7521f66188b3fd5909de7a84d00492c7c32b5.tar.gz
u-boot-4fa7521f66188b3fd5909de7a84d00492c7c32b5.tar.bz2
u-boot-4fa7521f66188b3fd5909de7a84d00492c7c32b5.zip
misc: 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/misc/tegra186_bpmp.c')
-rw-r--r--drivers/misc/tegra186_bpmp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/tegra186_bpmp.c b/drivers/misc/tegra186_bpmp.c
index fecac9c4d9..a1585b8186 100644
--- a/drivers/misc/tegra186_bpmp.c
+++ b/drivers/misc/tegra186_bpmp.c
@@ -3,7 +3,6 @@
* Copyright (c) 2016, NVIDIA CORPORATION.
*/
-#include <common.h>
#include <dm.h>
#include <log.h>
#include <malloc.h>