|
@@ -76,7 +76,7 @@ EXPORT_SYMBOL(of_find_device_by_node);
|
|
* derive a unique name. If it cannot, then it will prepend names from
|
|
* derive a unique name. If it cannot, then it will prepend names from
|
|
* parent nodes until a unique name can be derived.
|
|
* parent nodes until a unique name can be derived.
|
|
*/
|
|
*/
|
|
-void of_device_make_bus_id(struct device *dev)
|
|
|
|
|
|
+static void of_device_make_bus_id(struct device *dev)
|
|
{
|
|
{
|
|
struct device_node *node = dev->of_node;
|
|
struct device_node *node = dev->of_node;
|
|
const __be32 *reg;
|
|
const __be32 *reg;
|