From 89d7fd8100f2bde86be18e94d7b3497e621ca8c9 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Tue, 13 Aug 2019 07:57:34 +0300 Subject: mainboard/google: Fix indirect includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie79702efab519b16cff45ccad61b95e7d8c2fbac Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/34854 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/soc/intel/cannonlake/include/soc/smm.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/soc/intel/cannonlake/include') diff --git a/src/soc/intel/cannonlake/include/soc/smm.h b/src/soc/intel/cannonlake/include/soc/smm.h index e2367a7795..f2e7950ba2 100644 --- a/src/soc/intel/cannonlake/include/soc/smm.h +++ b/src/soc/intel/cannonlake/include/soc/smm.h @@ -45,8 +45,6 @@ struct smm_relocation_params { int smm_save_state_in_msrs; }; -/* Mainboard handler for eSPI SMIs */ -void mainboard_smi_espi_handler(void); void smm_relocation_handler(int cpu, uintptr_t curr_smbase, uintptr_t staggered_smbase); -- cgit v1.2.3