diff options
Diffstat (limited to 'arch/mips/pci/ops-titan-ht.c')
-rw-r--r-- | arch/mips/pci/ops-titan-ht.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/pci/ops-titan-ht.c b/arch/mips/pci/ops-titan-ht.c index 749c1922d420..57d54adc9e20 100644 --- a/arch/mips/pci/ops-titan-ht.c +++ b/arch/mips/pci/ops-titan-ht.c | |||
@@ -32,7 +32,7 @@ | |||
32 | #include <asm/titan_dep.h> | 32 | #include <asm/titan_dep.h> |
33 | 33 | ||
34 | static int titan_ht_config_read_dword(struct pci_bus *bus, unsigned int devfn, | 34 | static int titan_ht_config_read_dword(struct pci_bus *bus, unsigned int devfn, |
35 | int offset, u32 * val) | 35 | int offset, u32 *val) |
36 | { | 36 | { |
37 | volatile uint32_t address; | 37 | volatile uint32_t address; |
38 | int busno; | 38 | int busno; |
@@ -64,7 +64,7 @@ static int titan_ht_config_read_dword(struct pci_bus *bus, unsigned int devfn, | |||
64 | } | 64 | } |
65 | 65 | ||
66 | static int titan_ht_config_read(struct pci_bus *bus, unsigned int devfn, | 66 | static int titan_ht_config_read(struct pci_bus *bus, unsigned int devfn, |
67 | int offset, int size, u32 * val) | 67 | int offset, int size, u32 *val) |
68 | { | 68 | { |
69 | uint32_t dword; | 69 | uint32_t dword; |
70 | 70 | ||