All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

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.