mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] MIPS: AR7: fix wrong including path of rt7.h in ar7_wdt.c
@ 2009-08-10  7:07 Wu Zhangjin
  2009-08-10  7:39 ` Florian Fainelli
  0 siblings, 1 reply; 2+ messages in thread
From: Wu Zhangjin @ 2009-08-10  7:07 UTC (permalink / raw)
  To: linux-mips, Linux Kernel list
  Cc: Nicolas Thill, Ralf Baechle, Enrik Berkhan, Wu Zhangjin

Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
---
 drivers/watchdog/ar7_wdt.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/watchdog/ar7_wdt.c b/drivers/watchdog/ar7_wdt.c
index 3fe9742..ec48e12 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 <ar7.h>
 
 #define DRVNAME "ar7_wdt"
 #define LONGNAME "TI AR7 Watchdog Timer"
-- 
1.6.2.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-08-10  7:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-10  7:07 [PATCH] MIPS: AR7: fix wrong including path of rt7.h in ar7_wdt.c Wu Zhangjin
2009-08-10  7:39 ` Florian Fainelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome