mb/aopen/dxplplusu: Get rid of device_t
Use of device_t has been abandoned in ramstage. Change-Id: I3857d7ef4eb02974aabe3029abb49efb218cbd93 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26073 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
This commit is contained in:
		
				
					committed by
					
						 Patrick Rudolph
						Patrick Rudolph
					
				
			
			
				
	
			
			
			
						parent
						
							56f172d9c0
						
					
				
				
					commit
					0db963a89e
				
			| @@ -29,7 +29,7 @@ | ||||
| unsigned long acpi_fill_madt(unsigned long current) | ||||
| { | ||||
| 	unsigned int irq_start = 0; | ||||
| 	device_t dev = 0; | ||||
| 	struct device *dev = NULL; | ||||
| 	struct resource* res = NULL; | ||||
|  | ||||
| 	/* SJM: Hard-code CPU LAPIC entries for now */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user