diff options
Diffstat (limited to 'arch/mips/pci/ops-vr41xx.c')
-rw-r--r-- | arch/mips/pci/ops-vr41xx.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/pci/ops-vr41xx.c b/arch/mips/pci/ops-vr41xx.c index 44654605e461..430429b22ae1 100644 --- a/arch/mips/pci/ops-vr41xx.c +++ b/arch/mips/pci/ops-vr41xx.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * Copyright (C) 2001-2003 MontaVista Software Inc. | 4 | * Copyright (C) 2001-2003 MontaVista Software Inc. |
5 | * Author: Yoichi Yuasa <yyuasa@mvista.com or source@mvista.com> | 5 | * Author: Yoichi Yuasa <yyuasa@mvista.com or source@mvista.com> |
6 | * Copyright (C) 2004 Yoichi Yuasa <yuasa@hh.iij4u.or.jp> | 6 | * Copyright (C) 2004-2005 Yoichi Yuasa <yuasa@hh.iij4u.or.jp> |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |
@@ -29,8 +29,8 @@ | |||
29 | 29 | ||
30 | #include <asm/io.h> | 30 | #include <asm/io.h> |
31 | 31 | ||
32 | #define PCICONFDREG KSEG1ADDR(0x0f000c14) | 32 | #define PCICONFDREG (void __iomem *)KSEG1ADDR(0x0f000c14) |
33 | #define PCICONFAREG KSEG1ADDR(0x0f000c18) | 33 | #define PCICONFAREG (void __iomem *)KSEG1ADDR(0x0f000c18) |
34 | 34 | ||
35 | static inline int set_pci_configuration_address(unsigned char number, | 35 | static inline int set_pci_configuration_address(unsigned char number, |
36 | unsigned int devfn, int where) | 36 | unsigned int devfn, int where) |