summary refs log tree commit diff
path: root/drivers/watchdog/ar7_wdt.c
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-06-03 13:05:48 +0200
committerWim Van Sebroeck <wim@iguana.be>2009-08-15 13:05:01 +0000
commitc5e7f5a38a7ebf3697281bc7cb494e676f287ac0 (patch)
tree691b0ec90fb7279864468482018174e3be220eba /drivers/watchdog/ar7_wdt.c
parent64f1607ffbbc772685733ea63e6f7f4183df1b16 (diff)
downloadlinux-c5e7f5a38a7ebf3697281bc7cb494e676f287ac0.tar.gz
[WATCHDOG] ar7_wdt: fix path to ar7-specific headers
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>

Diffstat (limited to 'drivers/watchdog/ar7_wdt.c')
-rw-r--r--drivers/watchdog/ar7_wdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/ar7_wdt.c b/drivers/watchdog/ar7_wdt.c
index 3fe9742c23ca..2f8643efe92c 100644
--- a/drivers/watchdog/ar7_wdt.c
+++ b/drivers/watchdog/ar7_wdt.c
@@ -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"