src: Remove unused <cpu/x86/smm.h>
Change-Id: Ic3f85a8fbc6a84074f45d94514e1dcfa78cb0958 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50171 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
77d3b655ed
commit
a8817fc05f
|
@ -7,7 +7,6 @@
|
|||
#include <acpi/acpi.h>
|
||||
#include <bootstate.h>
|
||||
#include <console/console.h>
|
||||
#include <cpu/x86/smm.h>
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ids.h>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
#include <cbmem.h>
|
||||
#include <cpu/intel/haswell/haswell.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <cpu/x86/smm.h>
|
||||
#include <console/console.h>
|
||||
#include <types.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include <arch/smp/mpspec.h>
|
||||
#include <cbmem.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <cpu/x86/smm.h>
|
||||
#include <console/console.h>
|
||||
#include <types.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#include <arch/symbols.h>
|
||||
#include <assert.h>
|
||||
#include <cpu/x86/msr.h>
|
||||
#include <cpu/x86/smm.h>
|
||||
#include <cbmem.h>
|
||||
#include <console/console.h>
|
||||
#include <device/pci_def.h>
|
||||
|
|
Loading…
Reference in New Issue