pcihp: remove unused AcpiPciHpPciStatus.device_present field
Remove now unused 'device_present' field wich was obsoleted by patch "pcihp: reduce number of device check events" Signed-off-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
		
							parent
							
								
									99d09dd328
								
							
						
					
					
						commit
						a1b4d9eff9
					
				@ -35,7 +35,6 @@ typedef struct AcpiPciHpPciStatus {
 | 
				
			|||||||
    uint32_t up;
 | 
					    uint32_t up;
 | 
				
			||||||
    uint32_t down;
 | 
					    uint32_t down;
 | 
				
			||||||
    uint32_t hotplug_enable;
 | 
					    uint32_t hotplug_enable;
 | 
				
			||||||
    uint32_t device_present;
 | 
					 | 
				
			||||||
} AcpiPciHpPciStatus;
 | 
					} AcpiPciHpPciStatus;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define ACPI_PCIHP_PROP_BSEL "acpi-pcihp-bsel"
 | 
					#define ACPI_PCIHP_PROP_BSEL "acpi-pcihp-bsel"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user