commit | a42a7a1fb5f1f9004b023594609dc22da02fc08b | [log] [tgz] |
---|---|---|
author | Robin Murphy <Robin.Murphy@arm.com> | Fri Dec 05 13:41:02 2014 +0000 |
committer | Will Deacon <will.deacon@arm.com> | Fri Dec 05 14:35:52 2014 +0000 |
tree | e6f54fe900945b7c1939757a59aeabc510605a27 | |
parent | 4bb25789ed28228a52c030bf28edb2fcdb214be8 [diff] |
iommu: store DT-probed IOMMU data privately Since the data pointer in the DT node is public and may be overwritten by conflicting code, move the DT-probed IOMMU ops to a private list where they will be safe. Acked-by: Grant Likely <grant.likely@linaro.org> Signed-off-by: Robin Murphy <robin.murphy@arm.com> [will: added missing #include and missing ')'] Signed-off-by: Will Deacon <will.deacon@arm.com>