diff options
Diffstat (limited to 'drivers/of')
-rw-r--r-- | drivers/of/platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/platform.c b/drivers/of/platform.c index 033a224a9fda..30a4641e798a 100644 --- a/drivers/of/platform.c +++ b/drivers/of/platform.c | |||
@@ -508,7 +508,7 @@ EXPORT_SYMBOL(of_unregister_driver); | |||
508 | * value to derive a unique name. As a last resort it will use the node | 508 | * value to derive a unique name. As a last resort it will use the node |
509 | * name followed by a unique number. | 509 | * name followed by a unique number. |
510 | */ | 510 | */ |
511 | static void of_device_make_bus_id(struct device *dev) | 511 | void of_device_make_bus_id(struct device *dev) |
512 | { | 512 | { |
513 | static atomic_t bus_no_reg_magic; | 513 | static atomic_t bus_no_reg_magic; |
514 | struct device_node *node = dev->of_node; | 514 | struct device_node *node = dev->of_node; |