Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42352
b: refs/heads/master
c: d8594d6
h: refs/heads/master
v: v3
  • Loading branch information
Grant Likely authored and Paul Mackerras committed Dec 5, 2006
1 parent cf58c17 commit d1788d4
Show file tree
Hide file tree
Showing 3 changed files with 4 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: 650f3289f40e9c2789ecb22683d140a05448f71b
refs/heads/master: d8594d639135b500bf6010f981ea854092d54030
1 change: 1 addition & 0 deletions trunk/arch/powerpc/kernel/of_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ void of_device_unregister(struct of_device *ofdev)
}


EXPORT_SYMBOL(of_match_node);
EXPORT_SYMBOL(of_match_device);
EXPORT_SYMBOL(of_device_register);
EXPORT_SYMBOL(of_device_unregister);
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/powerpc/platforms/52xx/mpc52xx_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ mpc52xx_find_and_map(const char *compatible)

return ioremap((u32)regaddr64, (u32)size64);
}
EXPORT_SYMBOL(mpc52xx_find_and_map);


/**
Expand Down Expand Up @@ -72,6 +73,7 @@ mpc52xx_find_ipb_freq(struct device_node *node)

return p_ipb_freq ? *p_ipb_freq : 0;
}
EXPORT_SYMBOL(mpc52xx_find_ipb_freq);


void __init
Expand Down

0 comments on commit d1788d4

Please sign in to comment.