From d4bbeb8140184197ee19430782ea10ce610bbf8d Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Thu, 9 May 2024 18:25:13 +0200 Subject: [PATCH] tree: Remove unused Change-Id: Iab7e9f3d17c87576761333c4b62c40eea5e424a5 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/82250 Tested-by: build bot (Jenkins) Reviewed-by: Martin L Roth --- src/device/dram/ddr5.c | 1 - src/device/dram/lpddr4.c | 1 - src/mainboard/google/octopus/mainboard.c | 1 - src/mainboard/google/zork/mainboard.c | 1 - src/soc/intel/common/smbios.c | 1 - 5 files changed, 5 deletions(-) diff --git a/src/device/dram/ddr5.c b/src/device/dram/ddr5.c index 698f77df05..b546abf4d4 100644 --- a/src/device/dram/ddr5.c +++ b/src/device/dram/ddr5.c @@ -4,7 +4,6 @@ #include #include #include -#include #include enum ddr5_speed_grade { diff --git a/src/device/dram/lpddr4.c b/src/device/dram/lpddr4.c index dc1e6aab73..c8130415f2 100644 --- a/src/device/dram/lpddr4.c +++ b/src/device/dram/lpddr4.c @@ -4,7 +4,6 @@ #include #include #include -#include #include enum lpddr4_speed_grade { diff --git a/src/mainboard/google/octopus/mainboard.c b/src/mainboard/google/octopus/mainboard.c index 3392a3c990..949361308d 100644 --- a/src/mainboard/google/octopus/mainboard.c +++ b/src/mainboard/google/octopus/mainboard.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include diff --git a/src/mainboard/google/zork/mainboard.c b/src/mainboard/google/zork/mainboard.c index 4aa0c580a5..6d88459325 100644 --- a/src/mainboard/google/zork/mainboard.c +++ b/src/mainboard/google/zork/mainboard.c @@ -11,7 +11,6 @@ #include #include #include -#include #include #include #include diff --git a/src/soc/intel/common/smbios.c b/src/soc/intel/common/smbios.c index 818a35e6ad..33d5037fcb 100644 --- a/src/soc/intel/common/smbios.c +++ b/src/soc/intel/common/smbios.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include #include "smbios.h" #include #include