All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: ux500: Fix build error caused by recent variable name change
@ 2012-04-27 15:36 Lee Jones
  2012-04-27 17:48 ` Linus Walleij
  0 siblings, 1 reply; 3+ messages in thread
From: Lee Jones @ 2012-04-27 15:36 UTC (permalink / raw)
  To: linux-arm-kernel

error: ?u8500_soc_node? undeclared (first use in this function)

Was recently changed to 'u8500_local_bus_nodes'.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/mach-ux500/board-mop500.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c
index 39b4a98..bc8a0d7 100644
--- a/arch/arm/mach-ux500/board-mop500.c
+++ b/arch/arm/mach-ux500/board-mop500.c
@@ -761,7 +761,7 @@ static void __init u8500_init_machine(void)
 		snowball_platform_devs[i]->dev.parent = parent;
 
 	/* automatically probe child nodes of db8500 device */
-	of_platform_populate(NULL, u8500_soc_node, u8500_auxdata_lookup, parent);
+	of_platform_populate(NULL, u8500_local_bus_nodes, u8500_auxdata_lookup, parent);
 
 	if (of_machine_is_compatible("st-ericsson,mop500")) {
 		mop500_gpio_keys[0].gpio = GPIO_PROX_SENSOR;
-- 
1.7.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] ARM: ux500: Fix build error caused by recent variable name change
  2012-04-27 15:36 [PATCH] ARM: ux500: Fix build error caused by recent variable name change Lee Jones
@ 2012-04-27 17:48 ` Linus Walleij
  2012-04-27 19:53   ` Lee Jones
  0 siblings, 1 reply; 3+ messages in thread
From: Linus Walleij @ 2012-04-27 17:48 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Apr 27, 2012 at 5:36 PM, Lee Jones <lee.jones@linaro.org> wrote:

> error: ?u8500_soc_node? undeclared (first use in this function)
>
> Was recently changed to 'u8500_local_bus_nodes'.
>
> Signed-off-by: Lee Jones <lee.jones@linaro.org>

IIRC I already fixed this up when applying the patch renaming the node.

Can you check the ux500-core branch on my linux-stericsson tree?

Thanks,
Linus Walleij

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] ARM: ux500: Fix build error caused by recent variable name change
  2012-04-27 17:48 ` Linus Walleij
@ 2012-04-27 19:53   ` Lee Jones
  0 siblings, 0 replies; 3+ messages in thread
From: Lee Jones @ 2012-04-27 19:53 UTC (permalink / raw)
  To: linux-arm-kernel

On 27/04/12 18:48, Linus Walleij wrote:
> On Fri, Apr 27, 2012 at 5:36 PM, Lee Jones<lee.jones@linaro.org>  wrote:
>
>> error: ?u8500_soc_node? undeclared (first use in this function)
>>
>> Was recently changed to 'u8500_local_bus_nodes'.
>>
>> Signed-off-by: Lee Jones<lee.jones@linaro.org>
>
> IIRC I already fixed this up when applying the patch renaming the node.
>
> Can you check the ux500-core branch on my linux-stericsson tree?

Just did.

Seemingly the patch was complete after all (I could have sworn that I 
tested it). I have no idea how I lost it from my own tree though.

Scrap this then.

/Lee

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-04-27 19:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-27 15:36 [PATCH] ARM: ux500: Fix build error caused by recent variable name change Lee Jones
2012-04-27 17:48 ` Linus Walleij
2012-04-27 19:53   ` Lee Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.