* [PATCH] SAM9 watchdog - update for moved headers
@ 2008-11-05 20:18 Andrew Victor
0 siblings, 0 replies; only message in thread
From: Andrew Victor @ 2008-11-05 20:18 UTC (permalink / raw)
To: wim, Andrew Morton, lkml
[-- Attachment #1: Type: text/plain, Size: 242 bytes --]
The architecture header files were recently moved from
include/asm-arm/mach-at91/ to arch/arm/mach-at91/include/mach/.
The SAM9 watchdog driver still includes a header from the old location.
Signed-off-by: Andrew Victor <linux@maxim.org.za>
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: sam9_wdt_headerfix.patch --]
[-- Type: text/x-patch; name=sam9_wdt_headerfix.patch, Size: 456 bytes --]
diff -urN -x CVS linux-2.6.28-rc3/drivers/watchdog/at91sam9_wdt.c linux-2.6/drivers/watchdog/at91sam9_wdt.c
--- linux-2.6.28-rc3/drivers/watchdog/at91sam9_wdt.c 2008-11-05 21:35:49.000000000 +0200
+++ linux-2.6/drivers/watchdog/at91sam9_wdt.c 2008-11-05 21:09:59.000000000 +0200
@@ -30,7 +30,7 @@
#include <linux/bitops.h>
#include <linux/uaccess.h>
-#include <asm/arch/at91_wdt.h>
+#include <mach/at91_wdt.h>
#define DRV_NAME "AT91SAM9 Watchdog"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-11-05 20:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-05 20:18 [PATCH] SAM9 watchdog - update for moved headers Andrew Victor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®