From: Florian Fainelli Date: Wed, 3 Jun 2009 11:05:48 +0000 (+0200) Subject: [WATCHDOG] ar7_wdt: fix path to ar7-specific headers X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c5e7f5a38a7ebf3697281bc7cb494e676f287ac0;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git [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 Signed-off-by: Wim Van Sebroeck --- 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 #include -#include +#include #define DRVNAME "ar7_wdt" #define LONGNAME "TI AR7 Watchdog Timer"