diff options
author | Gavin Shan <shangw@linux.vnet.ibm.com> | 2013-03-07 20:47:58 -0500 |
---|---|---|
committer | Michael Ellerman <michael@ellerman.id.au> | 2013-04-17 23:03:48 -0400 |
commit | db38f290cadc16304b84f6d18cbaa06251dde875 (patch) | |
tree | 8086a26f2c784ffa2645900367d33e01895ae11c /arch/powerpc/kernel/rtas_pci.c | |
parent | 576be13092ede98f3c0400ca7a6f6ac715a27a22 (diff) |
powerpc/kernel: Cleanup on rtas_pci.c
It's minor cleanup so that the function names comply with the
coding style.
Signed-off-by: Gavin Shan <shangw@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
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 | ||