aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-bcmbca/bcm6856
diff options
context:
space:
mode:
authorTom Rini2024-04-30 07:35:54 -0600
committerTom Rini2024-05-06 15:06:34 -0600
commite9ccffdadab2c0f62cafa72a1d8285c7983fba4d (patch)
treec800d9e243e9b4d568b055f0be23bfc4cdd94ed0 /arch/arm/mach-bcmbca/bcm6856
parentaf2fe3ab2c820a3dbad29744c771fec1512de71e (diff)
arm: bcm: Remove <common.h> and add needed includes
Remove <common.h> from all mach-bcmbca, mach-bcm283x and bcm* CPU directory files and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-bcmbca/bcm6856')
-rw-r--r--arch/arm/mach-bcmbca/bcm6856/mmu_table.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-bcmbca/bcm6856/mmu_table.c b/arch/arm/mach-bcmbca/bcm6856/mmu_table.c
index 8e53b4929eb..83c07727573 100644
--- a/arch/arm/mach-bcmbca/bcm6856/mmu_table.c
+++ b/arch/arm/mach-bcmbca/bcm6856/mmu_table.c
@@ -2,7 +2,6 @@
/*
* Copyright 2022 Broadcom Ltd.
*/
-#include <common.h>
#include <asm/armv8/mmu.h>
#include <linux/sizes.h>