提交 5ba8368b 编写于 作者: J Jingoo Han 提交者: Bjorn Helgaas

PCI: keystone: Make ks_dw_pcie_msi_domain_ops static

Make ks_dw_pcie_msi_domain_ops static because it is used only in this file.
Signed-off-by: NJingoo Han <jg1.han@samsung.com>
Signed-off-by: NBjorn Helgaas <bhelgaas@google.com>
Acked-by: NMurali Karicheri <m-karicheri2@ti.com>
Acked-by: Santosh Shilimkar<ssantosh@kernel.org>
上级 f114040e
......@@ -201,7 +201,7 @@ static int ks_dw_pcie_msi_map(struct irq_domain *domain, unsigned int irq,
return 0;
}
const struct irq_domain_ops ks_dw_pcie_msi_domain_ops = {
static const struct irq_domain_ops ks_dw_pcie_msi_domain_ops = {
.map = ks_dw_pcie_msi_map,
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册