Commit a7b930cd authored by Harvey Harrison's avatar Harvey Harrison Committed by Jesse Barnes

PCI: annotate return value of pci_ioremap_bar with __iomem

Was missing from the initial patch.
Acked-by: default avatarArjan van de Ven <arjan@linux.intel.com>
Signed-off-by: default avatarHarvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
parent bffadffd
...@@ -1136,7 +1136,7 @@ static inline void pci_mmcfg_late_init(void) { } ...@@ -1136,7 +1136,7 @@ static inline void pci_mmcfg_late_init(void) { }
#endif #endif
#ifdef CONFIG_HAS_IOMEM #ifdef CONFIG_HAS_IOMEM
static inline void * pci_ioremap_bar(struct pci_dev *pdev, int bar) static inline void __iomem *pci_ioremap_bar(struct pci_dev *pdev, int bar)
{ {
/* /*
* Make sure the BAR is actually a memory resource, not an IO resource * Make sure the BAR is actually a memory resource, not an IO resource
......
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