iommu/arm-smmu-v3: Drop unused 'q' argument from Q_OVF macro
authorWill Deacon <will@kernel.org>
Tue, 2 Jul 2019 16:15:50 +0000 (17:15 +0100)
committerWill Deacon <will@kernel.org>
Mon, 29 Jul 2019 16:30:20 +0000 (17:30 +0100)
commit8a073da07bac169601a1874606e09bdb62811978
tree4b699fc90d3507f1aa016e591d9421a0a708a7f5
parent2a8868f16e6b1987cf43f1f46d2a12b7b6ddcd88
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>
drivers/iommu/arm-smmu-v3.c