dma/pl330: Rename parent_obj
As per current QOM conventions. Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: abb137347ea1ee9c31487b544f3d5435fb17f6a4.1393372019.git.peter.crosthwaite@xilinx.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
		
							parent
							
								
									c3143ba877
								
							
						
					
					
						commit
						1c8be73d4e
					
				@ -227,7 +227,8 @@ static const VMStateDescription vmstate_pl330_queue = {
 | 
				
			|||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
struct PL330State {
 | 
					struct PL330State {
 | 
				
			||||||
    SysBusDevice busdev;
 | 
					    SysBusDevice parent_obj;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    MemoryRegion iomem;
 | 
					    MemoryRegion iomem;
 | 
				
			||||||
    qemu_irq irq_abort;
 | 
					    qemu_irq irq_abort;
 | 
				
			||||||
    qemu_irq *irq;
 | 
					    qemu_irq *irq;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user