Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204942
b: refs/heads/master
c: c660122
h: refs/heads/master
v: v3
  • Loading branch information
Grant Likely committed Jul 30, 2010
1 parent e858204 commit a7ece77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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: d2f718398a21cdb925f12c2b332d206eacd967a6
refs/heads/master: c6601225380088018ae93df2ba7f0bb65334d63b
2 changes: 1 addition & 1 deletion trunk/drivers/of/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ EXPORT_SYMBOL(of_unregister_driver);
* value to derive a unique name. As a last resort it will use the node
* name followed by a unique number.
*/
static void of_device_make_bus_id(struct device *dev)
void of_device_make_bus_id(struct device *dev)
{
static atomic_t bus_no_reg_magic;
struct device_node *node = dev->of_node;
Expand Down
1 change: 1 addition & 0 deletions trunk/include/linux/of_device.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

extern const struct of_device_id *of_match_device(
const struct of_device_id *matches, const struct device *dev);
extern void of_device_make_bus_id(struct device *dev);

/**
* of_driver_match_device - Tell if a driver's of_match_table matches a device.
Expand Down

0 comments on commit a7ece77

Please sign in to comment.