Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a9778ed authored by Axel Lin's avatar Axel Lin Committed by Vinod Koul
Browse files

dma: mxs-dma: fix unterminated platform_device_id table



Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent 4e0e6109
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -709,6 +709,8 @@ static struct platform_device_id mxs_dma_type[] = {
	}, {
		.name = "mxs-dma-apbx",
		.driver_data = MXS_DMA_APBX,
	}, {
		/* end of list */
	}
};