diff options
Diffstat (limited to 'arch/powerpc/kernel/rtas_pci.c')
-rw-r--r-- | arch/powerpc/kernel/rtas_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/rtas_pci.c b/arch/powerpc/kernel/rtas_pci.c index 71cb20d6ec61..6e7b7cdeec65 100644 --- a/arch/powerpc/kernel/rtas_pci.c +++ b/arch/powerpc/kernel/rtas_pci.c | |||
@@ -201,7 +201,7 @@ static void python_countermeasures(struct device_node *dev) | |||
201 | iounmap(chip_regs); | 201 | iounmap(chip_regs); |
202 | } | 202 | } |
203 | 203 | ||
204 | void __init init_pci_config_tokens (void) | 204 | void __init init_pci_config_tokens(void) |
205 | { | 205 | { |
206 | read_pci_config = rtas_token("read-pci-config"); | 206 | read_pci_config = rtas_token("read-pci-config"); |
207 | write_pci_config = rtas_token("write-pci-config"); | 207 | write_pci_config = rtas_token("write-pci-config"); |
@@ -209,7 +209,7 @@ void __init init_pci_config_tokens (void) | |||
209 | ibm_write_pci_config = rtas_token("ibm,write-pci-config"); | 209 | ibm_write_pci_config = rtas_token("ibm,write-pci-config"); |
210 | } | 210 | } |
211 | 211 | ||
212 | unsigned long get_phb_buid (struct device_node *phb) | 212 | unsigned long get_phb_buid(struct device_node *phb) |
213 | { | 213 | { |
214 | struct resource r; | 214 | struct resource r; |
215 | 215 | ||