commit | fdc38967633ec23b3b24dfc487dfb7b90d1a0215 | [log] [tgz] |
---|---|---|
author | Robin Murphy <robin.murphy@arm.com> | Fri Dec 04 17:53:01 2015 +0000 |
committer | Will Deacon <will.deacon@arm.com> | Thu Dec 17 12:05:35 2015 +0000 |
tree | 1a4426c067fe5f9fb275573e2a1a7863864487f2 | |
parent | 75df1386557c25188bd2383bbe8dd14a5ac81c06 [diff] |
iommu/io-pgtable: Make io_pgtable_ops_to_pgtable() macro common There is no need to keep a useful accessor for a public structure hidden away in a private implementation. Move it out alongside the structure definition so that other implementations may reuse it. Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Robin Murphy <robin.murphy@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>