]> asedeno.scripts.mit.edu Git - linux.git/commit
iommu/arm-smmu: Switch to subsys_initcall for driver registration
authorAndreas Herrmann <andreas.herrmann@calxeda.com>
Tue, 1 Oct 2013 12:39:05 +0000 (13:39 +0100)
committerWill Deacon <will.deacon@arm.com>
Wed, 9 Oct 2013 13:14:39 +0000 (14:14 +0100)
commitb1950b2796da80b66df02db39cc3417266b73767
tree96f0007849e284f21047cd95db05f505bedeb02c
parent25724841dfaed05f23a3ddaaaed5c9b61ceea7bd
iommu/arm-smmu: Switch to subsys_initcall for driver registration

This should ensure that arm-smmu is initialized before other drivers
start handling devices that propably need smmu support.

Signed-off-by: Andreas Herrmann <andreas.herrmann@calxeda.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
drivers/iommu/arm-smmu.c