diff options
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r-- | include/linux/pci.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index c1c2e4c7242a..deecf3cc17b1 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
@@ -971,7 +971,7 @@ resource_size_t pcibios_align_resource(void *, const struct resource *, | |||
971 | resource_size_t, | 971 | resource_size_t, |
972 | resource_size_t); | 972 | resource_size_t); |
973 | 973 | ||
974 | /* Weak but can be overriden by arch */ | 974 | /* Weak but can be overridden by arch */ |
975 | void pci_fixup_cardbus(struct pci_bus *); | 975 | void pci_fixup_cardbus(struct pci_bus *); |
976 | 976 | ||
977 | /* Generic PCI functions used internally */ | 977 | /* Generic PCI functions used internally */ |
@@ -1791,7 +1791,7 @@ static inline int pci_ats_page_aligned(struct pci_dev *dev) { return 0; } | |||
1791 | 1791 | ||
1792 | #include <asm/pci.h> | 1792 | #include <asm/pci.h> |
1793 | 1793 | ||
1794 | /* These two functions provide almost identical functionality. Depennding | 1794 | /* These two functions provide almost identical functionality. Depending |
1795 | * on the architecture, one will be implemented as a wrapper around the | 1795 | * on the architecture, one will be implemented as a wrapper around the |
1796 | * other (in drivers/pci/mmap.c). | 1796 | * other (in drivers/pci/mmap.c). |
1797 | * | 1797 | * |