2008-07-15 08:56:09

by Marc Zyngier

[permalink] [raw]
Subject: [PATCH] Compile fix for sa1100_wdt

Oleg, Wim,

The enclosed patch, against Linus GIT tree (as of 10 minutes ago...),
fixes sa1100_wdt.c compilation by adding missing include.

Regards,

M.

Signed-off-by: Marc Zyngier <[email protected]>

diff --git a/drivers/watchdog/sa1100_wdt.c b/drivers/watchdog/sa1100_wdt.c
index 34a2b3b..40b724d 100644
--- a/drivers/watchdog/sa1100_wdt.c
+++ b/drivers/watchdog/sa1100_wdt.c
@@ -29,6 +29,7 @@

#ifdef CONFIG_ARCH_PXA
#include <asm/arch/pxa-regs.h>
+#include <asm/arch/pxa2xx-regs.h>
#endif

#include <asm/hardware.h>
--
A rat a day keeps the plague away.


2008-07-17 23:05:45

by Andrew Morton

[permalink] [raw]
Subject: Re: [PATCH] Compile fix for sa1100_wdt

On Tue, 15 Jul 2008 10:56:42 +0200
Marc Zyngier <[email protected]> wrote:

> --- a/drivers/watchdog/sa1100_wdt.c
> +++ b/drivers/watchdog/sa1100_wdt.c
> @@ -29,6 +29,7 @@
>
> #ifdef CONFIG_ARCH_PXA
> #include <asm/arch/pxa-regs.h>
> +#include <asm/arch/pxa2xx-regs.h>

Your email client is performing space-stuffing.

http://mbligh.org/linuxdocs/Email/Clients/Thunderbird used to have the
repair instructions, but that server has been down for a while.

http://web.archive.org/web/20070528114159/http://mbligh.org/linuxdocs/Email/Clients/Thunderbird

has a copy.

2008-07-17 23:11:20

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH] Compile fix for sa1100_wdt

On Thu, 17 Jul 2008 16:04:38 -0700 Andrew Morton wrote:

> On Tue, 15 Jul 2008 10:56:42 +0200
> Marc Zyngier <[email protected]> wrote:
>
> > --- a/drivers/watchdog/sa1100_wdt.c
> > +++ b/drivers/watchdog/sa1100_wdt.c
> > @@ -29,6 +29,7 @@
> >
> > #ifdef CONFIG_ARCH_PXA
> > #include <asm/arch/pxa-regs.h>
> > +#include <asm/arch/pxa2xx-regs.h>
>
> Your email client is performing space-stuffing.
>
> http://mbligh.org/linuxdocs/Email/Clients/Thunderbird used to have the
> repair instructions, but that server has been down for a while.
>
> http://web.archive.org/web/20070528114159/http://mbligh.org/linuxdocs/Email/Clients/Thunderbird
>
> has a copy.
> --

or see if Documentation/email-clients.txt has any useful info for you...


---
~Randy
Linux Plumbers Conference, 17-19 September 2008, Portland, Oregon USA
http://linuxplumbersconf.org/