diff options
Diffstat (limited to 'arch/arm/mach-iop13xx/pci.c')
-rw-r--r-- | arch/arm/mach-iop13xx/pci.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-iop13xx/pci.c b/arch/arm/mach-iop13xx/pci.c index 1c9e94c38b7e..69e8953832fd 100644 --- a/arch/arm/mach-iop13xx/pci.c +++ b/arch/arm/mach-iop13xx/pci.c | |||
@@ -144,7 +144,7 @@ void iop13xx_map_pci_memory(void) | |||
144 | } | 144 | } |
145 | } | 145 | } |
146 | 146 | ||
147 | static inline int iop13xx_atu_function(int atu) | 147 | static int iop13xx_atu_function(int atu) |
148 | { | 148 | { |
149 | int func = 0; | 149 | int func = 0; |
150 | /* the function number depends on the value of the | 150 | /* the function number depends on the value of the |
@@ -259,7 +259,7 @@ static int iop13xx_atux_pci_status(int clear) | |||
259 | * data. Note that the data dependency on %0 encourages an abort | 259 | * data. Note that the data dependency on %0 encourages an abort |
260 | * to be detected before we return. | 260 | * to be detected before we return. |
261 | */ | 261 | */ |
262 | static inline u32 iop13xx_atux_read(unsigned long addr) | 262 | static u32 iop13xx_atux_read(unsigned long addr) |
263 | { | 263 | { |
264 | u32 val; | 264 | u32 val; |
265 | 265 | ||
@@ -387,7 +387,7 @@ static int iop13xx_atue_pci_status(int clear) | |||
387 | return err; | 387 | return err; |
388 | } | 388 | } |
389 | 389 | ||
390 | static inline int __init | 390 | static int |
391 | iop13xx_pcie_map_irq(struct pci_dev *dev, u8 idsel, u8 pin) | 391 | iop13xx_pcie_map_irq(struct pci_dev *dev, u8 idsel, u8 pin) |
392 | { | 392 | { |
393 | WARN_ON(idsel != 0); | 393 | WARN_ON(idsel != 0); |
@@ -401,7 +401,7 @@ iop13xx_pcie_map_irq(struct pci_dev *dev, u8 idsel, u8 pin) | |||
401 | } | 401 | } |
402 | } | 402 | } |
403 | 403 | ||
404 | static inline u32 iop13xx_atue_read(unsigned long addr) | 404 | static u32 iop13xx_atue_read(unsigned long addr) |
405 | { | 405 | { |
406 | u32 val; | 406 | u32 val; |
407 | 407 | ||