Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62597
b: refs/heads/master
c: 34f329d
h: refs/heads/master
i:
  62595: 1a32dbc
v: v3
  • Loading branch information
Segher Boessenkool authored and Paul Mackerras committed Jul 22, 2007
1 parent baf19e7 commit b6cb258
Show file tree
Hide file tree
Showing 3 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: dd68c048d7a41b725ca3c2e23155598a5781dcbb
refs/heads/master: 34f329db54e8154cf7faf0e7c45e7c16facfbbfe
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,7 @@ void of_attach_node(struct device_node *np)
* a reference to the node. The memory associated with the node
* is not freed until its refcount goes to zero.
*/
void of_detach_node(const struct device_node *np)
void of_detach_node(struct device_node *np)
{
struct device_node *parent;

Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-powerpc/prom.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ extern unsigned long __init of_get_flat_dt_root(void);

/* For updating the device tree at runtime */
extern void of_attach_node(struct device_node *);
extern void of_detach_node(const struct device_node *);
extern void of_detach_node(struct device_node *);

/* Other Prototypes */
extern void finish_device_tree(void);
Expand Down

0 comments on commit b6cb258

Please sign in to comment.