From 7a9716bb45066795b59b3c82374d0d7c5b8b7062 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Mon, 5 Sep 2022 10:39:21 -0600 Subject: src: remove force-included header rules.h from individual files The header file `rules.h` is automatically included in the build by the top level makefile using the command: `-include src/soc/intel/common/block/scs/early_mmc.c`. Similar to `config.h` and 'kconfig.h`, this file does not need to be included manually, so remove it. Signed-off-by: Martin Roth Change-Id: I23a1876b4b671d8565cf9b391d3babf800c074db Reviewed-on: https://review.coreboot.org/c/coreboot/+/67348 Reviewed-by: Elyes Haouas Tested-by: build bot (Jenkins) --- src/soc/nvidia/tegra210/memlayout.ld | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc/nvidia/tegra210') diff --git a/src/soc/nvidia/tegra210/memlayout.ld b/src/soc/nvidia/tegra210/memlayout.ld index 42f2164644..d9d7070bc6 100644 --- a/src/soc/nvidia/tegra210/memlayout.ld +++ b/src/soc/nvidia/tegra210/memlayout.ld @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include -#include #include -- cgit v1.2.3