aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h
diff options
context:
space:
mode:
authorHarvey Harrison <harvey.harrison@gmail.com>2008-11-02 13:32:43 -0800
committerJesse Barnes <jbarnes@virtuousgeek.org>2008-11-03 14:31:18 -0800
commita7b930cdf8ec790c85f81416c87f7c066679d373 (patch)
treec96fe44a2160311461b886f2e3ee941f5ba0a682 /include/linux/pci.h
parentPCI: fix VPD limit quirk for Broadcom 5708S (diff)
downloadlinux-dev-a7b930cdf8ec790c85f81416c87f7c066679d373.tar.xz
linux-dev-a7b930cdf8ec790c85f81416c87f7c066679d373.zip
PCI: annotate return value of pci_ioremap_bar with __iomem
Was missing from the initial patch. Acked-by: Arjan van de Ven <arjan@linux.intel.com> Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r--include/linux/pci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h
index c75b82bda327..feb4657bb043 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -1136,7 +1136,7 @@ static inline void pci_mmcfg_late_init(void) { }
#endif
#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