mainboard/google: Fix indirect includes
Change-Id: Ie79702efab519b16cff45ccad61b95e7d8c2fbac Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34854 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
		| @@ -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); | ||||
|   | ||||
| @@ -17,6 +17,7 @@ | ||||
| #include <arch/ebda.h> | ||||
| #include <cbmem.h> | ||||
| #include <console/console.h> | ||||
| #include <cpu/x86/smm.h> | ||||
| #include <device/device.h> | ||||
| #include <device/pci.h> | ||||
| #include <fsp/util.h> | ||||
|   | ||||
| @@ -44,9 +44,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); | ||||
| void smm_info(uintptr_t *perm_smbase, size_t *perm_smsize, | ||||
|   | ||||
| @@ -16,6 +16,7 @@ | ||||
| #include <arch/ebda.h> | ||||
| #include <cbmem.h> | ||||
| #include <console/console.h> | ||||
| #include <cpu/x86/smm.h> | ||||
| #include <device/device.h> | ||||
| #include <device/pci.h> | ||||
| #include <fsp/util.h> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user