2012-06-07 23:57:43

by Stephen Warren

[permalink] [raw]
Subject: [PATCH] of: export of_platform_populate()

From: Stephen Warren <[email protected]>

Without this, modules can't use this API, leading to build failures.

Signed-off-by: Stephen Warren <[email protected]>
---
This is useful in 3.5.

drivers/of/platform.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/of/platform.c b/drivers/of/platform.c
index 343ad29..3132ea0 100644
--- a/drivers/of/platform.c
+++ b/drivers/of/platform.c
@@ -462,4 +462,5 @@ int of_platform_populate(struct device_node *root,
of_node_put(root);
return rc;
}
+EXPORT_SYMBOL_GPL(of_platform_populate);
#endif /* CONFIG_OF_ADDRESS */
--
1.7.0.4


2012-06-11 14:27:00

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH] of: export of_platform_populate()

On 06/07/2012 06:57 PM, Stephen Warren wrote:
> From: Stephen Warren <[email protected]>
>
> Without this, modules can't use this API, leading to build failures.
>
> Signed-off-by: Stephen Warren <[email protected]>
> ---

Applied for 3.5.

Rob

> This is useful in 3.5.
>
> drivers/of/platform.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/of/platform.c b/drivers/of/platform.c
> index 343ad29..3132ea0 100644
> --- a/drivers/of/platform.c
> +++ b/drivers/of/platform.c
> @@ -462,4 +462,5 @@ int of_platform_populate(struct device_node *root,
> of_node_put(root);
> return rc;
> }
> +EXPORT_SYMBOL_GPL(of_platform_populate);
> #endif /* CONFIG_OF_ADDRESS */

2012-06-20 18:00:29

by Stephen Warren

[permalink] [raw]
Subject: Re: [PATCH] of: export of_platform_populate()

On 06/11/2012 08:26 AM, Rob Herring wrote:
> On 06/07/2012 06:57 PM, Stephen Warren wrote:
>> From: Stephen Warren <[email protected]>
>>
>> Without this, modules can't use this API, leading to build failures.
>>
>> Signed-off-by: Stephen Warren <[email protected]>
>> ---
>
> Applied for 3.5.

Thanks.

Do you know when it will show up in linux-next and/or 3.5 itself? The
patch hasn't rebased out of my local tree yet.

2012-06-20 19:32:58

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH] of: export of_platform_populate()

On 06/20/2012 01:00 PM, Stephen Warren wrote:
> On 06/11/2012 08:26 AM, Rob Herring wrote:
>> On 06/07/2012 06:57 PM, Stephen Warren wrote:
>>> From: Stephen Warren <[email protected]>
>>>
>>> Without this, modules can't use this API, leading to build failures.
>>>
>>> Signed-off-by: Stephen Warren <[email protected]>
>>> ---
>>
>> Applied for 3.5.
>
> Thanks.
>
> Do you know when it will show up in linux-next and/or 3.5 itself? The
> patch hasn't rebased out of my local tree yet.

Unless I missed it, Grant has not yet pulled my pull request with this.
I'm just the maillist patch monkey. :)

Rob