diff options
Diffstat (limited to 'arch/x86/kernel/pci-calgary_64.c')
-rw-r--r-- | arch/x86/kernel/pci-calgary_64.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/pci-calgary_64.c b/arch/x86/kernel/pci-calgary_64.c index 21f34db2c03c..1fe7f043ebde 100644 --- a/arch/x86/kernel/pci-calgary_64.c +++ b/arch/x86/kernel/pci-calgary_64.c | |||
@@ -1006,7 +1006,7 @@ static void __init calgary_set_split_completion_timeout(void __iomem *bbar, | |||
1006 | readq(target); /* flush */ | 1006 | readq(target); /* flush */ |
1007 | } | 1007 | } |
1008 | 1008 | ||
1009 | static void calioc2_handle_quirks(struct iommu_table *tbl, struct pci_dev *dev) | 1009 | static void __init calioc2_handle_quirks(struct iommu_table *tbl, struct pci_dev *dev) |
1010 | { | 1010 | { |
1011 | unsigned char busnum = dev->bus->number; | 1011 | unsigned char busnum = dev->bus->number; |
1012 | void __iomem *bbar = tbl->bbar; | 1012 | void __iomem *bbar = tbl->bbar; |
@@ -1022,7 +1022,7 @@ static void calioc2_handle_quirks(struct iommu_table *tbl, struct pci_dev *dev) | |||
1022 | writel(cpu_to_be32(val), target); | 1022 | writel(cpu_to_be32(val), target); |
1023 | } | 1023 | } |
1024 | 1024 | ||
1025 | static void calgary_handle_quirks(struct iommu_table *tbl, struct pci_dev *dev) | 1025 | static void __init calgary_handle_quirks(struct iommu_table *tbl, struct pci_dev *dev) |
1026 | { | 1026 | { |
1027 | unsigned char busnum = dev->bus->number; | 1027 | unsigned char busnum = dev->bus->number; |
1028 | 1028 | ||