From 137693f333dc348d7c7705931f5f83a24b1a850b Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Mon, 24 Feb 2020 09:11:53 +0100 Subject: ARM: stm32mp: dk2: delete unused includes These includes are no longer needed because we don't need to hard code memory size in board code anymore for the STM32MP. Drop them. Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- arch/arm/boards/stm32mp157c-dk2/board.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'arch') diff --git a/arch/arm/boards/stm32mp157c-dk2/board.c b/arch/arm/boards/stm32mp157c-dk2/board.c index 6da99d9353..4636603121 100644 --- a/arch/arm/boards/stm32mp157c-dk2/board.c +++ b/arch/arm/boards/stm32mp157c-dk2/board.c @@ -1,9 +1,6 @@ // SPDX-License-Identifier: GPL-2.0+ #include -#include #include -#include -#include #include static int dk2_postcore_init(void) -- cgit v1.2.3