[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200906041620.39752.florian@openwrt.org>
Date: Thu, 4 Jun 2009 16:20:39 +0200
From: Florian Fainelli <florian@...nwrt.org>
To: linux-kernel@...r.kernel.org, Wim Van Sebroeck <wim@...ana.be>
Subject: [PATCH 7/8] ar7_wdt: fix path to ar7 header files
While resubmitting AR7, we changed the machine specific
headers from ar7 to mach-ar7, fix the watchdog driver
accordingly.
Signed-off-by: Florian Fainelli <florian@...nwrt.org>
---
diff --git a/drivers/watchdog/ar7_wdt.c b/drivers/watchdog/ar7_wdt.c
index 55dcbfe..bfce332 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"
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists