device_ops: add device_t argument to acpi_fill_ssdt_generator
`device_t device` is missing as argument. Every device_op function should have a `device_t device` argument. Change-Id: I7fca8c3fa15c1be672e50e4422d7ac8e4aaa1e36 Signed-off-by: Alexander Couzens <lynxis@fe80.eu> Reviewed-on: http://review.coreboot.org/9598 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
		
				
					committed by
					
						 Stefan Reinauer
						Stefan Reinauer
					
				
			
			
				
	
			
			
			
						parent
						
							a90dad1bf0
						
					
				
				
					commit
					5eea458822
				
			| @@ -299,7 +299,7 @@ static void generate_P_state_entries(int core, int cores_per_package) | ||||
| 	acpigen_pop_len(); | ||||
| } | ||||
|  | ||||
| void generate_cpu_entries(void) | ||||
| void generate_cpu_entries(device_t device) | ||||
| { | ||||
| 	int coreID, cpuID, pcontrol_blk = PMB0_BASE, plen = 6; | ||||
| 	int totalcores = dev_count_cpu(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user