aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r--include/asm-powerpc/pci-bridge.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-powerpc/pci-bridge.h b/include/asm-powerpc/pci-bridge.h
index 4aeef7f3d76..9b16d3b1716 100644
--- a/include/asm-powerpc/pci-bridge.h
+++ b/include/asm-powerpc/pci-bridge.h
@@ -75,8 +75,8 @@ struct pci_controller {
75#endif 75#endif
76 76
77 struct pci_ops *ops; 77 struct pci_ops *ops;
78 volatile unsigned int __iomem *cfg_addr; 78 unsigned int __iomem *cfg_addr;
79 volatile void __iomem *cfg_data; 79 void __iomem *cfg_data;
80 80
81#ifndef CONFIG_PPC64 81#ifndef CONFIG_PPC64
82 /* 82 /*