iommu/ipmmu-vmsa: Remove redundant of_iommu_init_fn hook
authorRobin Murphy <robin.murphy@arm.com>
Tue, 9 Jan 2018 16:17:26 +0000 (16:17 +0000)
committerJoerg Roedel <jroedel@suse.de>
Wed, 17 Jan 2018 14:25:49 +0000 (15:25 +0100)
commite7747d88e05eabed6fd921c3636a9d1f5b4f754f
tree0dc77ee2c04102a29b9b3a4f05c90a167a2456b0
parent892d7aaddb24b0d3eaf05534ed29a264d3b52646
iommu/ipmmu-vmsa: Remove redundant of_iommu_init_fn hook

Having of_iommu_init() call ipmmu_init() via ipmmu_vmsa_iommu_of_setup()
does nothing that the subsys_initcall wouldn't do slightly later anyway,
since probe-deferral of masters means it is no longer critical to
register the driver super-early. Clean it up.

Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/ipmmu-vmsa.c