Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/39816 )
Change subject: src: Remove not used 'include <smbios.h>' ......................................................................
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 --- M src/drivers/i2c/at24rf08c/at24rf08c.c M src/drivers/intel/gma/intel_ddi.c M src/mainboard/google/volteer/mainboard.c M src/mainboard/packardbell/ms2290/mainboard.c M src/soc/intel/braswell/chip.h M src/soc/intel/cannonlake/chip.h M src/soc/intel/skylake/chip.h 7 files changed, 0 insertions(+), 7 deletions(-)
Approvals: build bot (Jenkins): Verified Patrick Georgi: Looks good to me, approved Nico Huber: Looks good to me, approved Angel Pons: Looks good to me, but someone else must approve
diff --git a/src/drivers/i2c/at24rf08c/at24rf08c.c b/src/drivers/i2c/at24rf08c/at24rf08c.c index 3511502..3890638 100644 --- a/src/drivers/i2c/at24rf08c/at24rf08c.c +++ b/src/drivers/i2c/at24rf08c/at24rf08c.c @@ -4,7 +4,6 @@ #include <types.h> #include <device/device.h> #include <device/smbus.h> -#include <smbios.h> #include <console/console.h>
static void at24rf08c_init(struct device *dev) diff --git a/src/drivers/intel/gma/intel_ddi.c b/src/drivers/intel/gma/intel_ddi.c index 3a8fe50..59d3010 100644 --- a/src/drivers/intel/gma/intel_ddi.c +++ b/src/drivers/intel/gma/intel_ddi.c @@ -31,7 +31,6 @@ #include <device/pci_def.h> #include <console/console.h> #include <arch/acpi.h> -#include <smbios.h> #include <device/pci.h> #include <ec/google/chromeec/ec.h> #include <cpu/x86/tsc.h> diff --git a/src/mainboard/google/volteer/mainboard.c b/src/mainboard/google/volteer/mainboard.c index 4e9843c..0db43d1 100644 --- a/src/mainboard/google/volteer/mainboard.c +++ b/src/mainboard/google/volteer/mainboard.c @@ -12,7 +12,6 @@ #include <ec/ec.h> #include <ec/google/chromeec/ec.h> #include <soc/gpio.h> -#include <smbios.h> #include <vendorcode/google/chromeos/chromeos.h> #include <variant/gpio.h>
diff --git a/src/mainboard/packardbell/ms2290/mainboard.c b/src/mainboard/packardbell/ms2290/mainboard.c index 8d4bb8e..184401a 100644 --- a/src/mainboard/packardbell/ms2290/mainboard.c +++ b/src/mainboard/packardbell/ms2290/mainboard.c @@ -9,7 +9,6 @@ #include <drivers/intel/gma/int15.h> #include <pc80/keyboard.h> #include <cpu/x86/lapic.h> -#include <smbios.h>
static void mainboard_enable(struct device *dev) { diff --git a/src/soc/intel/braswell/chip.h b/src/soc/intel/braswell/chip.h index 76eb50e..04c017e 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 578473b..b74291e 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 1b9cc4a..892f262 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