[WATCHDOG] ar7_wdt: fix path to ar7-specific headers
authorFlorian Fainelli <florian@openwrt.org>
Wed, 3 Jun 2009 11:05:48 +0000 (13:05 +0200)
committerWim Van Sebroeck <wim@iguana.be>
Sat, 15 Aug 2009 13:05:01 +0000 (13:05 +0000)
AR7 is currently being resubmitted for mainline inclusion
and we changed the path to the ar7-specific headers
from ar7 to mach-ar7 to reflect the other MIPS-based
boards header hierarchy. This patch will avoid any future
compilation failure due to missing headers.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/ar7_wdt.c

index 3fe9742..2f8643e 100644 (file)
@@ -37,7 +37,7 @@
 #include <linux/uaccess.h>
 
 #include <asm/addrspace.h>
-#include <asm/ar7/ar7.h>
+#include <asm/mach-ar7/ar7.h>
 
 #define DRVNAME "ar7_wdt"
 #define LONGNAME "TI AR7 Watchdog Timer"