drivers/intel/i210.c: Get rid of device_t
Use of `device_t` has been abandoned in ramstage. Change-Id: If9c122efbb7dbab7d834372da3c1c70463be7a77 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26010 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
					
				
			
			
				
	
			
			
			
						parent
						
							263076c49e
						
					
				
				
					commit
					712ef1f276
				
			@@ -219,7 +219,7 @@ static void init(struct device *dev)
 | 
				
			|||||||
	return;
 | 
						return;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static void set_resources(device_t dev)
 | 
					static void set_resources(struct device *dev)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	pci_dev_set_resources(dev);
 | 
						pci_dev_set_resources(dev);
 | 
				
			||||||
	dev->command |= PCI_COMMAND_MASTER;
 | 
						dev->command |= PCI_COMMAND_MASTER;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user