mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Andrew Victor" <avictor.za@gmail.com>
To: wim@iguana.be, "Andrew Morton" <akpm@linux-foundation.org>,
	lkml <linux-kernel@vger.kernel.org>
Subject: [PATCH] SAM9 watchdog - update for moved headers
Date: Wed, 5 Nov 2008 22:18:41 +0200	[thread overview]
Message-ID: <cd73a99e0811051218w77c4f9cagb76a51695b3ce0dc@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 242 bytes --]

The architecture header files were recently moved from
include/asm-arm/mach-at91/ to arch/arm/mach-at91/include/mach/.
The SAM9 watchdog driver still includes a header from the old location.

Signed-off-by: Andrew Victor <linux@maxim.org.za>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: sam9_wdt_headerfix.patch --]
[-- Type: text/x-patch; name=sam9_wdt_headerfix.patch, Size: 456 bytes --]

diff -urN -x CVS linux-2.6.28-rc3/drivers/watchdog/at91sam9_wdt.c linux-2.6/drivers/watchdog/at91sam9_wdt.c
--- linux-2.6.28-rc3/drivers/watchdog/at91sam9_wdt.c	2008-11-05 21:35:49.000000000 +0200
+++ linux-2.6/drivers/watchdog/at91sam9_wdt.c	2008-11-05 21:09:59.000000000 +0200
@@ -30,7 +30,7 @@
 #include <linux/bitops.h>
 #include <linux/uaccess.h>
 
-#include <asm/arch/at91_wdt.h>
+#include <mach/at91_wdt.h>
 
 #define DRV_NAME "AT91SAM9 Watchdog"
 

                 reply	other threads:[~2008-11-05 20:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=cd73a99e0811051218w77c4f9cagb76a51695b3ce0dc@mail.gmail.com \
    --to=avictor.za@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=wim@iguana.be \
    /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

all inboxes | Powered by JetHome®