commit | 8a073da07bac169601a1874606e09bdb62811978 | [log] [tgz] |
---|---|---|
author | Will Deacon <will@kernel.org> | Tue Jul 02 17:15:50 2019 +0100 |
committer | Will Deacon <will@kernel.org> | Mon Jul 29 17:30:20 2019 +0100 |
tree | 4b699fc90d3507f1aa016e591d9421a0a708a7f5 | |
parent | 2a8868f16e6b1987cf43f1f46d2a12b7b6ddcd88 [diff] |
iommu/arm-smmu-v3: Drop unused 'q' argument from Q_OVF macro The Q_OVF macro doesn't need to access the arm_smmu_queue structure, so drop the unused macro argument. No functional change. Tested-by: Ganapatrao Kulkarni <gkulkarni@marvell.com> Signed-off-by: Will Deacon <will@kernel.org>