All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 7/8] ar7_wdt: fix path to ar7 header files
@ 2009-06-04 14:20 Florian Fainelli
  2009-06-05  7:05 ` Wim Van Sebroeck
  0 siblings, 1 reply; 3+ messages in thread
From: Florian Fainelli @ 2009-06-04 14:20 UTC (permalink / raw)
  To: linux-kernel, Wim Van Sebroeck

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@openwrt.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"

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

* Re: [PATCH 7/8] ar7_wdt: fix path to ar7 header files
  2009-06-04 14:20 [PATCH 7/8] ar7_wdt: fix path to ar7 header files Florian Fainelli
@ 2009-06-05  7:05 ` Wim Van Sebroeck
  2009-08-11 13:17   ` Florian Fainelli
  0 siblings, 1 reply; 3+ messages in thread
From: Wim Van Sebroeck @ 2009-06-05  7:05 UTC (permalink / raw)
  To: Florian Fainelli; +Cc: linux-kernel

> 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@openwrt.org>

Signed-off-by: Wim Van Sebroeck <wim@iguana.be>


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

* Re: [PATCH 7/8] ar7_wdt: fix path to ar7 header files
  2009-06-05  7:05 ` Wim Van Sebroeck
@ 2009-08-11 13:17   ` Florian Fainelli
  0 siblings, 0 replies; 3+ messages in thread
From: Florian Fainelli @ 2009-08-11 13:17 UTC (permalink / raw)
  To: Wim Van Sebroeck; +Cc: linux-kernel

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

Le Friday 05 June 2009 09:05:17 Wim Van Sebroeck, vous avez écrit :
> > 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@openwrt.org>
>
> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>

Wim, can you apply this one to your tree if not done already, otherwise it 
will cause a build failure in 2.6.31. Thanks !
-- 
Best regards, Florian Fainelli
Email: florian@openwrt.org
Web: http://openwrt.org
IRC: [florian] on irc.freenode.net
-------------------------------

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

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

end of thread, other threads:[~2009-08-11 13:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-04 14:20 [PATCH 7/8] ar7_wdt: fix path to ar7 header files Florian Fainelli
2009-06-05  7:05 ` Wim Van Sebroeck
2009-08-11 13:17   ` Florian Fainelli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.