aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/fdt-common.c
diff options
context:
space:
mode:
authorTom Rini2024-04-30 07:35:39 -0600
committerTom Rini2024-05-06 15:06:33 -0600
commitba0b54babf31ac0272741814370810f1f72a5d8d (patch)
tree7824d5da7501c2e3b1508fd9b323821e35cc113f /arch/arm/mach-omap2/fdt-common.c
parent13507890c69a6b0ed6f0bec0305e8b6cc5b72473 (diff)
arm: omap2: Remove <common.h> and add needed includes
Remove <common.h> from all mach-omap2 files and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-omap2/fdt-common.c')
-rw-r--r--arch/arm/mach-omap2/fdt-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/fdt-common.c b/arch/arm/mach-omap2/fdt-common.c
index e90d5776703..c6b4c03b508 100644
--- a/arch/arm/mach-omap2/fdt-common.c
+++ b/arch/arm/mach-omap2/fdt-common.c
@@ -3,7 +3,7 @@
* Copyright 2016-2017 Texas Instruments, Inc.
*/
-#include <common.h>
+#include <config.h>
#include <log.h>
#include <linux/libfdt.h>
#include <fdt_support.h>