summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/i82801jx/smihandler.c
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-01-10 10:32:43 +0100
committerElyes Haouas <ehaouas@noos.fr>2023-01-12 05:07:30 +0000
commitc9cd886a4b2d52734c6d1f5d028b98f0f3b1bcce (patch)
treed598369958a0363f8e64ad1cea8ec22fded0b236 /src/southbridge/intel/i82801jx/smihandler.c
parent8b93a173fbed29ea356653caa0626e48e81a5f8d (diff)
downloadcoreboot-c9cd886a4b2d52734c6d1f5d028b98f0f3b1bcce.tar.gz
coreboot-c9cd886a4b2d52734c6d1f5d028b98f0f3b1bcce.tar.bz2
coreboot-c9cd886a4b2d52734c6d1f5d028b98f0f3b1bcce.zip
treewide: Remove unused <cpu/x86/smm.h>
Change-Id: Iba5b39c6189d3224ba209c7985153701fe8896fb Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/65692 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src/southbridge/intel/i82801jx/smihandler.c')
-rw-r--r--src/southbridge/intel/i82801jx/smihandler.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/intel/i82801jx/smihandler.c b/src/southbridge/intel/i82801jx/smihandler.c
index ed58a1188264..b324e30f0118 100644
--- a/src/southbridge/intel/i82801jx/smihandler.c
+++ b/src/southbridge/intel/i82801jx/smihandler.c
@@ -2,7 +2,6 @@
#include <types.h>
#include <console/console.h>
-#include <cpu/x86/smm.h>
#include <device/pci_def.h>
#include <southbridge/intel/common/pmutil.h>
#include "i82801jx.h"