[PATCH] SAM9 watchdog - update for moved headers

From: Andrew Victor
Date: Wed Nov 05 2008 - 15:18:57 EST


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@xxxxxxxxxxxx>
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"