PCI: keystone: Make ks_dw_pcie_msi_domain_ops static
authorJingoo Han <jg1.han@samsung.com>
Thu, 23 Oct 2014 02:10:16 +0000 (11:10 +0900)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 23 Oct 2014 16:07:02 +0000 (10:07 -0600)
Make ks_dw_pcie_msi_domain_ops static because it is used only in this file.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Murali Karicheri <m-karicheri2@ti.com>
Acked-by: Santosh Shilimkar<ssantosh@kernel.org>
drivers/pci/host/pci-keystone-dw.c

index 34086ce..4a97cd1 100644 (file)
@@ -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,
 };