From 76a4c6c215f19165382a75cff0489aaffa2289ce Mon Sep 17 00:00:00 2001 From: Marcus Folkesson Date: Wed, 25 Sep 2024 12:31:16 +0200 Subject: [PATCH] ARM: dts: ti: dra7: Remove double include of clock bindings There is no need to include the same file twice. Signed-off-by: Marcus Folkesson Link: https://lore.kernel.org/r/20240925-dra7-v1-1-3fe33a84bcd7@gmail.com Signed-off-by: Kevin Hilman --- arch/arm/boot/dts/ti/omap/dra7.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/boot/dts/ti/omap/dra7.dtsi b/arch/arm/boot/dts/ti/omap/dra7.dtsi index 164fa88c459e9..b709703f6c0d4 100644 --- a/arch/arm/boot/dts/ti/omap/dra7.dtsi +++ b/arch/arm/boot/dts/ti/omap/dra7.dtsi @@ -9,7 +9,6 @@ #include #include #include -#include #define MAX_SOURCES 400 -- 2.50.1