net/cadence_gem: Add missing VMSTATE_END_OF_LIST
Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Message-id: 8f8c2bfb15f40fb5f0d5766aa4cd3d54c596de6a.1386136219.git.peter.crosthwaite@xilinx.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
		
							parent
							
								
									64eb930176
								
							
						
					
					
						commit
						17cf2c76b6
					
				@ -1246,6 +1246,7 @@ static const VMStateDescription vmstate_cadence_gem = {
 | 
				
			|||||||
        VMSTATE_UINT32(rx_desc_addr, GemState),
 | 
					        VMSTATE_UINT32(rx_desc_addr, GemState),
 | 
				
			||||||
        VMSTATE_UINT32(tx_desc_addr, GemState),
 | 
					        VMSTATE_UINT32(tx_desc_addr, GemState),
 | 
				
			||||||
        VMSTATE_BOOL_ARRAY(sar_active, GemState, 4),
 | 
					        VMSTATE_BOOL_ARRAY(sar_active, GemState, 4),
 | 
				
			||||||
 | 
					        VMSTATE_END_OF_LIST(),
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user