cpu/x86/smm/smm_module_loader.c: Clean up includes
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: I36c54e62797e67c1732f8deaf8843daf35610e22 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68032 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
This commit is contained in:
		
				
					committed by
					
						
						Martin Roth
					
				
			
			
				
	
			
			
			
						parent
						
							69c02b0cd8
						
					
				
				
					commit
					afc5f9b8b2
				
			@@ -1,6 +1,5 @@
 | 
				
			|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
 | 
					/* SPDX-License-Identifier: GPL-2.0-only */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "assert.h"
 | 
					 | 
				
			||||||
#include <acpi/acpi_gnvs.h>
 | 
					#include <acpi/acpi_gnvs.h>
 | 
				
			||||||
#include <cbmem.h>
 | 
					#include <cbmem.h>
 | 
				
			||||||
#include <commonlib/helpers.h>
 | 
					#include <commonlib/helpers.h>
 | 
				
			||||||
@@ -8,12 +7,9 @@
 | 
				
			|||||||
#include <console/console.h>
 | 
					#include <console/console.h>
 | 
				
			||||||
#include <cpu/x86/smm.h>
 | 
					#include <cpu/x86/smm.h>
 | 
				
			||||||
#include <rmodule.h>
 | 
					#include <rmodule.h>
 | 
				
			||||||
#include <security/intel/stm/SmmStm.h>
 | 
					 | 
				
			||||||
#include <stddef.h>
 | 
					 | 
				
			||||||
#include <stdint.h>
 | 
					 | 
				
			||||||
#include <stdio.h>
 | 
					#include <stdio.h>
 | 
				
			||||||
#include <stdlib.h>
 | 
					 | 
				
			||||||
#include <string.h>
 | 
					#include <string.h>
 | 
				
			||||||
 | 
					#include <types.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define FXSAVE_SIZE 512
 | 
					#define FXSAVE_SIZE 512
 | 
				
			||||||
#define SMM_CODE_SEGMENT_SIZE 0x10000
 | 
					#define SMM_CODE_SEGMENT_SIZE 0x10000
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user