src: Remove unneeded include "{arch,cpu}/cpu.h"
Change-Id: I17c4fc4e3e2eeef7c720c6a020b37d8f7a0f57a4 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29300 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
		
				
					committed by
					
						 Patrick Georgi
						Patrick Georgi
					
				
			
			
				
	
			
			
			
						parent
						
							a9a1913d4d
						
					
				
				
					commit
					d2b9ec1362
				
			| @@ -27,7 +27,6 @@ | ||||
| #include <stdint.h> | ||||
| #include <device/pci_def.h> | ||||
| #include <arch/io.h> | ||||
| #include <arch/cpu.h> | ||||
| #include <lib.h> | ||||
| #include <stdlib.h> | ||||
| #include <commonlib/helpers.h> | ||||
|   | ||||
| @@ -24,7 +24,6 @@ | ||||
| #include <device/pci_ids.h> | ||||
| #include <cbmem.h> | ||||
| #include <arch/acpigen.h> | ||||
| #include <cpu/cpu.h> | ||||
| #include "gm45.h" | ||||
|  | ||||
| unsigned long acpi_fill_mcfg(unsigned long current) | ||||
|   | ||||
| @@ -25,7 +25,6 @@ | ||||
| #include <device/pci_ids.h> | ||||
| #include <stdlib.h> | ||||
| #include <string.h> | ||||
| #include <cpu/cpu.h> | ||||
| #include <cpu/x86/smm.h> | ||||
| #include <boot/tables.h> | ||||
| #include <cbmem.h> | ||||
|   | ||||
| @@ -24,7 +24,6 @@ | ||||
| #include <device/pci_ids.h> | ||||
| #include <cbmem.h> | ||||
| #include <arch/acpigen.h> | ||||
| #include <cpu/cpu.h> | ||||
| #include "i945.h" | ||||
|  | ||||
| unsigned long acpi_fill_mcfg(unsigned long current) | ||||
|   | ||||
| @@ -26,7 +26,6 @@ | ||||
| #include <pc80/mc146818rtc.h> | ||||
| #include <device/pci_def.h> | ||||
| #include <device/device.h> | ||||
| #include <arch/cpu.h> | ||||
| #include <halt.h> | ||||
| #include <spd.h> | ||||
| #include "raminit.h" | ||||
|   | ||||
| @@ -25,7 +25,6 @@ | ||||
| #include <device/pci_ids.h> | ||||
| #include <cbmem.h> | ||||
| #include <arch/acpigen.h> | ||||
| #include <cpu/cpu.h> | ||||
| #include "x4x.h" | ||||
|  | ||||
| unsigned long acpi_fill_mcfg(unsigned long current) | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
| #include <console/console.h> | ||||
| #include <cpu/x86/cache.h> | ||||
| #include <cpu/x86/mtrr.h> | ||||
| #include <arch/cpu.h> | ||||
| #include <delay.h> | ||||
| #include <halt.h> | ||||
| #include <lib.h> | ||||
|   | ||||
| @@ -17,7 +17,6 @@ | ||||
| #include <assert.h> | ||||
| #include <stdint.h> | ||||
| #include <arch/io.h> | ||||
| #include <arch/cpu.h> | ||||
| #include <console/console.h> | ||||
| #include <commonlib/helpers.h> | ||||
| #include <delay.h> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user