Skip to content

Commit

Permalink
powerpc/kernel: Cleanup on rtas_pci.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Gavin Shan authored and Michael Ellerman committed Apr 18, 2013
1 parent 576be13 commit db38f29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/powerpc/kernel/rtas_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,15 +201,15 @@ static void python_countermeasures(struct device_node *dev)
iounmap(chip_regs);
}

void __init init_pci_config_tokens (void)
void __init init_pci_config_tokens(void)
{
read_pci_config = rtas_token("read-pci-config");
write_pci_config = rtas_token("write-pci-config");
ibm_read_pci_config = rtas_token("ibm,read-pci-config");
ibm_write_pci_config = rtas_token("ibm,write-pci-config");
}

unsigned long get_phb_buid (struct device_node *phb)
unsigned long get_phb_buid(struct device_node *phb)
{
struct resource r;

Expand Down

0 comments on commit db38f29

Please sign in to comment.