[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <487C664A.2020606@misterjones.org>
Date: Tue, 15 Jul 2008 10:56:42 +0200
From: Marc Zyngier <maz@...terjones.org>
To: Oleg Drokin <green@...mea.edu>, wim@...ana.be
CC: linux-kernel@...r.kernel.org
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 <marc.zyngier@...ran.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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists