* [PATCH] Compile fix for sa1100_wdt
@ 2008-07-15 8:56 Marc Zyngier
2008-07-17 23:04 ` Andrew Morton
0 siblings, 1 reply; 3+ messages in thread
From: Marc Zyngier @ 2008-07-15 8:56 UTC (permalink / raw)
To: Oleg Drokin, wim; +Cc: linux-kernel
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 <marc.zyngier@altran.com>
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.
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Compile fix for sa1100_wdt
2008-07-15 8:56 [PATCH] Compile fix for sa1100_wdt Marc Zyngier
@ 2008-07-17 23:04 ` Andrew Morton
2008-07-17 23:09 ` Randy Dunlap
0 siblings, 1 reply; 3+ messages in thread
From: Andrew Morton @ 2008-07-17 23:04 UTC (permalink / raw)
To: Marc Zyngier; +Cc: green, wim, linux-kernel
On Tue, 15 Jul 2008 10:56:42 +0200
Marc Zyngier <maz@misterjones.org> 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.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Compile fix for sa1100_wdt
2008-07-17 23:04 ` Andrew Morton
@ 2008-07-17 23:09 ` Randy Dunlap
0 siblings, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2008-07-17 23:09 UTC (permalink / raw)
To: Andrew Morton; +Cc: Marc Zyngier, green, wim, linux-kernel
On Thu, 17 Jul 2008 16:04:38 -0700 Andrew Morton wrote:
> On Tue, 15 Jul 2008 10:56:42 +0200
> Marc Zyngier <maz@misterjones.org> 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/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-07-17 23:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-15 8:56 [PATCH] Compile fix for sa1100_wdt Marc Zyngier
2008-07-17 23:04 ` Andrew Morton
2008-07-17 23:09 ` Randy Dunlap
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.