From: Jesse Barnes Date: Tue, 21 Oct 2008 17:09:05 +0000 (-0700) Subject: PCI: include io.h in pci.h so that ioremap_nocache is defined X-Git-Tag: v2.6.28-rc1~29^2~24 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=64c7f63c1b5c26f057c26f7920f397fed2f590d9;p=~shefty%2Frdma-dev.git PCI: include io.h in pci.h so that ioremap_nocache is defined Ingo pointed out that the m32r build was broken by pci_ioremap. It looks like some files include pci.h w/o including io.h. The latter defines ioremap_* if present, so it makes sense to include it in pci.h now that we have pci_ioremap there. Reported-by: Ingo Molnar Signed-off-by: Jesse Barnes --- diff --git a/include/linux/pci.h b/include/linux/pci.h index f6f6810296e..ee2fd6304e0 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -18,6 +18,7 @@ #define LINUX_PCI_H #include /* The pci register defines */ +#include /* * The PCI interface treats multi-function devices as independent