summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-05-09 18:25:13 +0200
committerElyes Haouas <ehaouas@noos.fr>2024-08-10 03:34:42 +0000
commitd4bbeb8140184197ee19430782ea10ce610bbf8d (patch)
tree4cafe219c75ccb12f04b0686c147a54e36960753 /src
parent920b2d05b6b859af14de3d52eb8db9927ca6229a (diff)
tree: Remove unused <smbios.h>
Change-Id: Iab7e9f3d17c87576761333c4b62c40eea5e424a5 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/82250 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/device/dram/ddr5.c1
-rw-r--r--src/device/dram/lpddr4.c1
-rw-r--r--src/mainboard/google/octopus/mainboard.c1
-rw-r--r--src/mainboard/google/zork/mainboard.c1
-rw-r--r--src/soc/intel/common/smbios.c1
5 files changed, 0 insertions, 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 <device/device.h>
#include <device/dram/ddr5.h>
#include <memory_info.h>
-#include <smbios.h>
#include <types.h>
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 <device/device.h>
#include <device/dram/lpddr4.h>
#include <memory_info.h>
-#include <smbios.h>
#include <types.h>
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 <ec/ec.h>
#include <intelblocks/xhci.h>
#include <nhlt.h>
-#include <smbios.h>
#include <soc/cpu.h>
#include <soc/gpio.h>
#include <soc/nhlt.h>
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 <baseboard/variants.h>
#include <boardid.h>
#include <gpio.h>
-#include <smbios.h>
#include <soc/cpu.h>
#include <soc/pci_devs.h>
#include <soc/platform_descriptors.h>
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 <smbios.h>
#include "smbios.h"
#include <string.h>
#include <commonlib/helpers.h>