mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Florian Fainelli <florian@openwrt.org>
To: Wu Zhangjin <wuzhangjin@gmail.com>
Cc: linux-mips@linux-mips.org,
	Linux Kernel list <linux-kernel@vger.kernel.org>,
	Nicolas Thill <nico@openwrt.org>,
	Ralf Baechle <ralf@linux-mips.org>,
	Enrik Berkhan <Enrik.Berkhan@akk.org>
Subject: Re: [PATCH] MIPS: AR7: fix wrong including path of rt7.h in ar7_wdt.c
Date: Mon, 10 Aug 2009 09:39:39 +0200	[thread overview]
Message-ID: <200908100939.40963.florian@openwrt.org> (raw)
In-Reply-To: <1249888074-20784-1-git-send-email-wuzhangjin@gmail.com>

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
-------------------------------

      reply	other threads:[~2009-08-10  7:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-10  7:07 Wu Zhangjin
2009-08-10  7:39 ` Florian Fainelli [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200908100939.40963.florian@openwrt.org \
    --to=florian@openwrt.org \
    --cc=Enrik.Berkhan@akk.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@linux-mips.org \
    --cc=nico@openwrt.org \
    --cc=ralf@linux-mips.org \
    --cc=wuzhangjin@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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