Commit 131bc8eb authored by Joerg Roedel's avatar Joerg Roedel

iommu/mediatek: Make mtk_iommu_pm_ops static

The symbol exists elsewhere already, so that is fails to
link if the symbol is non-static.
Signed-off-by: default avatarJoerg Roedel <jroedel@suse.de>
parent b17336c5
......@@ -695,7 +695,7 @@ static int __maybe_unused mtk_iommu_resume(struct device *dev)
return 0;
}
const struct dev_pm_ops mtk_iommu_pm_ops = {
static const struct dev_pm_ops mtk_iommu_pm_ops = {
SET_SYSTEM_SLEEP_PM_OPS(mtk_iommu_suspend, mtk_iommu_resume)
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment