diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-08-27 16:21:15 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-12-19 03:35:01 +0000 |
commit | add0b4712d5cda5edb97122a5e2a74a60f3051d6 (patch) | |
tree | 52ffc64a9ede4d528654fba337a6124e26c44d3b /src/southbridge/intel/ibexpeak/smihandler.c | |
parent | 494b031eb7e1d6cca38d41a80e96e872c8294d66 (diff) |
src: Remove unused 'include <halt.h>'
Change-Id: Ic25022bdba15219f79cfe172dc2512c3e18bca70
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35124
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/southbridge/intel/ibexpeak/smihandler.c')
-rw-r--r-- | src/southbridge/intel/ibexpeak/smihandler.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/intel/ibexpeak/smihandler.c b/src/southbridge/intel/ibexpeak/smihandler.c index 05e7dd2b49..39881889f1 100644 --- a/src/southbridge/intel/ibexpeak/smihandler.c +++ b/src/southbridge/intel/ibexpeak/smihandler.c @@ -22,7 +22,6 @@ #include <device/pci_def.h> #include <cpu/x86/smm.h> #include <cpu/intel/em64t101_save_state.h> -#include <halt.h> #include <cpu/intel/model_2065x/model_2065x.h> #include <southbridge/intel/common/finalize.h> #include <southbridge/intel/common/pmbase.h> |