diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-03-25 08:35:26 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-05-01 06:16:33 +0000 |
commit | b8a0cd11c6cc509c122b09bafd911ce9c169d9c8 (patch) | |
tree | 04f0e7ef1036adeeb30c2aa7c34a2fde4445ad40 /src/soc | |
parent | c712144124764627644280e6341268e3dd7f67ab (diff) | |
download | coreboot-b8a0cd11c6cc509c122b09bafd911ce9c169d9c8.tar.xz |
src: Remove not used 'include <smbios.h>'
Change-Id: I12345a5b6c9ce94ca9f8b555154b2278a8ff97bf
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39816
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/braswell/chip.h | 1 | ||||
-rw-r--r-- | src/soc/intel/cannonlake/chip.h | 1 | ||||
-rw-r--r-- | src/soc/intel/skylake/chip.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/intel/braswell/chip.h b/src/soc/intel/braswell/chip.h index 76eb50e493..04c017ecc3 100644 --- a/src/soc/intel/braswell/chip.h +++ b/src/soc/intel/braswell/chip.h @@ -14,7 +14,6 @@ #include <fsp/util.h> #include <intelblocks/lpc_lib.h> #include <soc/pci_devs.h> -#include <smbios.h> #define SVID_CONFIG1 1 #define SVID_CONFIG3 3 diff --git a/src/soc/intel/cannonlake/chip.h b/src/soc/intel/cannonlake/chip.h index 578473b79b..b74291ebb3 100644 --- a/src/soc/intel/cannonlake/chip.h +++ b/src/soc/intel/cannonlake/chip.h @@ -9,7 +9,6 @@ #include <intelblocks/gpio.h> #include <intelblocks/gspi.h> #include <intelblocks/lpc_lib.h> -#include <smbios.h> #include <stdint.h> #include <soc/gpio.h> #include <soc/pch.h> diff --git a/src/soc/intel/skylake/chip.h b/src/soc/intel/skylake/chip.h index 1b9cc4a177..892f26212b 100644 --- a/src/soc/intel/skylake/chip.h +++ b/src/soc/intel/skylake/chip.h @@ -21,7 +21,6 @@ #include <soc/serialio.h> #include <soc/usb.h> #include <soc/vr_config.h> -#include <smbios.h> #define MAX_PEG_PORTS 3 |