Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14171
b: refs/heads/master
c: 1dfc677
h: refs/heads/master
i:
  14169: 13105c7
  14167: b7ca777
v: v3
  • Loading branch information
Paul Mackerras committed Nov 14, 2005
1 parent 6567a80 commit c81e024
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7568cb4ef6c507164b65b01f972a3bd026898ae1
refs/heads/master: 1dfc6772097ef4eadd39a10ce44557c782d5058e
2 changes: 2 additions & 0 deletions trunk/arch/powerpc/kernel/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -1368,6 +1368,7 @@ prom_n_addr_cells(struct device_node* np)
/* No #address-cells property for the root node, default to 1 */
return 1;
}
EXPORT_SYMBOL(prom_n_addr_cells);

int
prom_n_size_cells(struct device_node* np)
Expand All @@ -1383,6 +1384,7 @@ prom_n_size_cells(struct device_node* np)
/* No #size-cells property for the root node, default to 1 */
return 1;
}
EXPORT_SYMBOL(prom_n_size_cells);

/**
* Work out the sense (active-low level / active-high edge)
Expand Down

0 comments on commit c81e024

Please sign in to comment.