All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: ux500: fix compile error in new timer code
@ 2012-03-28 10:49 Lee Jones
  2012-03-28 17:37 ` Linus Walleij
  0 siblings, 1 reply; 3+ messages in thread
From: Lee Jones @ 2012-03-28 10:49 UTC (permalink / raw)
  To: linux-arm-kernel

This patch fixes the errors below:

error: implicit declaration of function ?pr_err?
error: implicit declaration of function ?BUG?

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

diff --git a/arch/arm/mach-ux500/timer.c b/arch/arm/mach-ux500/timer.c
index e9d5807..21ec778 100644
--- a/arch/arm/mach-ux500/timer.c
+++ b/arch/arm/mach-ux500/timer.c
@@ -4,6 +4,8 @@
  * License Terms: GNU General Public License v2
  * Author: Mattias Wallin <mattias.wallin@stericsson.com> for ST-Ericsson
  */
+#include <linux/kernel.h>
+#include <linux/bug.h>
 #include <linux/io.h>
 #include <linux/errno.h>
 #include <linux/clksrc-dbx500-prcmu.h>
-- 
1.7.5.4

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

* [PATCH] ARM: ux500: fix compile error in new timer code
  2012-03-28 10:49 [PATCH] ARM: ux500: fix compile error in new timer code Lee Jones
@ 2012-03-28 17:37 ` Linus Walleij
  2012-03-29 13:43   ` Arnd Bergmann
  0 siblings, 1 reply; 3+ messages in thread
From: Linus Walleij @ 2012-03-28 17:37 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Mar 28, 2012 at 12:49 PM, Lee Jones <lee.jones@linaro.org> wrote:

> This patch fixes the errors below:
>
> error: implicit declaration of function ?pr_err?
> error: implicit declaration of function ?BUG?
>
> Signed-off-by: Lee Jones <lee.jones@linaro.org>

Acked-by: Linus Walleij <linus.walleij@linaro.org>

I'll apply and funnel to ARM-SoC when I'm back in Europe unless
you want to push it to Arnd/Olof directly.

Thanks,
Linus Walleij

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

* [PATCH] ARM: ux500: fix compile error in new timer code
  2012-03-28 17:37 ` Linus Walleij
@ 2012-03-29 13:43   ` Arnd Bergmann
  0 siblings, 0 replies; 3+ messages in thread
From: Arnd Bergmann @ 2012-03-29 13:43 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday 28 March 2012, Linus Walleij wrote:
> On Wed, Mar 28, 2012 at 12:49 PM, Lee Jones <lee.jones@linaro.org> wrote:
> 
> > This patch fixes the errors below:
> >
> > error: implicit declaration of function ?pr_err?
> > error: implicit declaration of function ?BUG?
> >
> > Signed-off-by: Lee Jones <lee.jones@linaro.org>
> 
> Acked-by: Linus Walleij <linus.walleij@linaro.org>
> 
> I'll apply and funnel to ARM-SoC when I'm back in Europe unless
> you want to push it to Arnd/Olof directly.

I've applied it now to the fixes branch, as I'm collecting other patches
as well.

	Arnd

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

end of thread, other threads:[~2012-03-29 13:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-28 10:49 [PATCH] ARM: ux500: fix compile error in new timer code Lee Jones
2012-03-28 17:37 ` Linus Walleij
2012-03-29 13:43   ` Arnd Bergmann

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.