* [PATCH] clps711x: fix compilation breakage
@ 2012-01-04 10:37 Linus Walleij
2012-01-04 21:13 ` Russell King - ARM Linux
0 siblings, 1 reply; 3+ messages in thread
From: Linus Walleij @ 2012-01-04 10:37 UTC (permalink / raw)
To: linux-arm-kernel
The restart patches defined a new restart function in common.c
but it needs to be declared in common.h to compile properly.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
arch/arm/mach-clps711x/common.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-clps711x/common.h b/arch/arm/mach-clps711x/common.h
index 2b8b801..fc0f065 100644
--- a/arch/arm/mach-clps711x/common.h
+++ b/arch/arm/mach-clps711x/common.h
@@ -9,3 +9,4 @@ struct sys_timer;
extern void clps711x_map_io(void);
extern void clps711x_init_irq(void);
extern struct sys_timer clps711x_timer;
+extern void clps711x_restart(char mode, const char *cmd);
--
1.7.6.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] clps711x: fix compilation breakage
2012-01-04 10:37 [PATCH] clps711x: fix compilation breakage Linus Walleij
@ 2012-01-04 21:13 ` Russell King - ARM Linux
2012-01-04 23:44 ` Linus Walleij
0 siblings, 1 reply; 3+ messages in thread
From: Russell King - ARM Linux @ 2012-01-04 21:13 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Jan 04, 2012 at 11:37:33AM +0100, Linus Walleij wrote:
> The restart patches defined a new restart function in common.c
> but it needs to be declared in common.h to compile properly.
Hmm, this ought to be merged into the commit which created the breakage -
are you ok if I just fix that commit?
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] clps711x: fix compilation breakage
2012-01-04 21:13 ` Russell King - ARM Linux
@ 2012-01-04 23:44 ` Linus Walleij
0 siblings, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2012-01-04 23:44 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Jan 4, 2012 at 10:13 PM, Russell King - ARM Linux
<linux@arm.linux.org.uk> wrote:
> On Wed, Jan 04, 2012 at 11:37:33AM +0100, Linus Walleij wrote:
>> The restart patches defined a new restart function in common.c
>> but it needs to be declared in common.h to compile properly.
>
> Hmm, this ought to be merged into the commit which created the breakage -
> are you ok if I just fix that commit?
Of course, go ahead.
Thanks Russell,
Linus Walleij
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-01-04 23:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-04 10:37 [PATCH] clps711x: fix compilation breakage Linus Walleij
2012-01-04 21:13 ` Russell King - ARM Linux
2012-01-04 23:44 ` Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).