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

Commit ac04f85a authored by Axel Lin's avatar Axel Lin Committed by Joerg Roedel
Browse files

iommu: ipmmu-vmsa: Add terminating entry for ipmmu_of_ids



The of_device_id table is supposed to be zero-terminated.

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Acked-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarJoerg Roedel <jroedel@suse.de>
parent 71684406
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -851,6 +851,7 @@ static int ipmmu_remove(struct platform_device *pdev)

static const struct of_device_id ipmmu_of_ids[] = {
	{ .compatible = "renesas,ipmmu-vmsa", },
	{ }
};

static struct platform_driver ipmmu_driver = {