* [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 related [flat|nested] 2+ messages in thread
* Re: [PATCH] MIPS: AR7: fix wrong including path of rt7.h in ar7_wdt.c
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
0 siblings, 0 replies; 2+ messages in thread
From: Florian Fainelli @ 2009-08-10 7:39 UTC (permalink / raw)
To: Wu Zhangjin
Cc: linux-mips, Linux Kernel list, Nicolas Thill, Ralf Baechle,
Enrik Berkhan
Hi Wu,
Le Monday 10 August 2009 09:07:54 Wu Zhangjin, vous avez écrit :
> Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
Thanks, but that was sent a while ago to Wim Van Sebroeck who is the watchdog
subsystem maintainer.
> ---
> 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"
--
Best regards, Florian Fainelli
Email: florian@openwrt.org
Web: http://openwrt.org
IRC: [florian] on irc.freenode.net
-------------------------------
^ 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;
as well as URLs for NNTP newsgroup(s).