forked from Mirrors/opensbi
		
	lib: sbi: Simplify ipi platform operations
Instead of having ipi_send() and ipi_clear() callbacks in platform operations, it will be much simpler for ipi driver to directly register these operations as a device to sbi_ipi implementation. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
		@@ -153,8 +153,6 @@ const struct sbi_platform_operations platform_ops = {
 | 
			
		||||
	.irqchip_init = k210_irqchip_init,
 | 
			
		||||
 | 
			
		||||
	.ipi_init  = k210_ipi_init,
 | 
			
		||||
	.ipi_send  = clint_ipi_send,
 | 
			
		||||
	.ipi_clear = clint_ipi_clear,
 | 
			
		||||
 | 
			
		||||
	.system_reset_check	= k210_system_reset_check,
 | 
			
		||||
	.system_reset		= k210_system_reset,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user