Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 370748
b: refs/heads/master
c: db38f29
h: refs/heads/master
v: v3
  • Loading branch information
Gavin Shan authored and Michael Ellerman committed Apr 18, 2013
1 parent fd57a51 commit 6fcd426
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 576be13092ede98f3c0400ca7a6f6ac715a27a22
refs/heads/master: db38f290cadc16304b84f6d18cbaa06251dde875
4 changes: 2 additions & 2 deletions trunk/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 6fcd426

Please sign in to comment.