commit | a9a455e854cdb120db1d8efc5373f9ad2a63e146 | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Mon Aug 27 09:46:27 2018 -0500 |
committer | Rob Herring <robh@kernel.org> | Fri Sep 28 14:25:58 2018 -0500 |
tree | 4c699c463cbef134771b466d72bf437851e49168 | |
parent | 37dc218bed44b650702682a8f89b226a9d4a34fb [diff] |
iommu: fsl_pamu: use for_each_of_cpu_node iterator Use the for_each_of_cpu_node iterator to iterate over cpu nodes. This has the side effect of defaulting to iterating using "cpu" node names in preference to the deprecated (for FDT) device_type == "cpu". Cc: Joerg Roedel <joro@8bytes.org> Cc: iommu@lists.linux-foundation.org Signed-off-by: Rob Herring <robh@kernel.org>