linux-m68k.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] Add linux/io.h to make it compile
@ 2012-10-15 12:54 Stany MARCEL
  2012-10-15 12:54 ` [PATCH 2/4] Permit to read/write to shared page Stany MARCEL
                   ` (4 more replies)
  0 siblings, 5 replies; 21+ messages in thread
From: Stany MARCEL @ 2012-10-15 12:54 UTC (permalink / raw)
  To: linux-m68k; +Cc: gerg, Stany MARCEL

Signed-off-by: Stany MARCEL <stany.marcel@novasys-ingenierie.com>
---
 drivers/watchdog/m54xx_wdt.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/watchdog/m54xx_wdt.c b/drivers/watchdog/m54xx_wdt.c
index 173494a..7466b4b 100644
--- a/drivers/watchdog/m54xx_wdt.c
+++ b/drivers/watchdog/m54xx_wdt.c
@@ -29,6 +29,7 @@
 #include <linux/bitops.h>
 #include <linux/ioport.h>
 #include <linux/uaccess.h>
+#include <linux/io.h>
 
 #include <asm/coldfire.h>
 #include <asm/m54xxsim.h>
-- 
1.7.9.5

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

end of thread, other threads:[~2012-10-16 13:52 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-15 12:54 [PATCH 1/4] Add linux/io.h to make it compile Stany MARCEL
2012-10-15 12:54 ` [PATCH 2/4] Permit to read/write to shared page Stany MARCEL
2012-10-15 12:54 ` [PATCH 3/4] Add for MCF54xx a virtual non cached zone usable for data exchange with DMA Stany MARCEL
2012-10-15 13:22   ` [PATCH 3/4 V2] " Stany MARCEL
2012-10-16  5:15     ` Greg Ungerer
2012-10-16 10:46       ` Stany MARCEL
2012-10-16 11:23         ` Philippe De Muyter
2012-10-16 12:29         ` Greg Ungerer
2012-10-16 13:57           ` RE : " Stany MARCEL
2012-10-15 12:54 ` [PATCH 4/4] Set ACR1 cache mode depending on kernel configuration Stany MARCEL
2012-10-15 13:22   ` [PATCH 4/4 V2] " Stany MARCEL
2012-10-16  5:27     ` Greg Ungerer
2012-10-16  8:12       ` Philippe De Muyter
2012-10-16 12:06         ` Greg Ungerer
2012-10-15 13:58 ` [PATCH 1/4] Add linux/io.h to make it compile Philippe De Muyter
2012-10-15 14:06   ` Stany MARCEL
2012-10-15 14:39     ` Philippe De Muyter
2012-10-16  4:58       ` Greg Ungerer
2012-10-15 14:08 ` [PATCH 1/4 V2] Add linux/io.h to make m54xx_wdt.c compile with MMU enabled Stany MARCEL
2012-10-16  5:04   ` Greg Ungerer
2012-10-16 10:47     ` Stany MARCEL

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