mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] icside: devm_iounmap() needs linux/io.h
@ 2007-07-15 20:01 Al Viro
  0 siblings, 0 replies; only message in thread
From: Al Viro @ 2007-07-15 20:01 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, rmk


Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
---
 drivers/ide/arm/icside.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/ide/arm/icside.c b/drivers/ide/arm/icside.c
index 444a0b8..c89b5f4 100644
--- a/drivers/ide/arm/icside.c
+++ b/drivers/ide/arm/icside.c
@@ -18,10 +18,10 @@
 #include <linux/device.h>
 #include <linux/init.h>
 #include <linux/scatterlist.h>
+#include <linux/io.h>
 
 #include <asm/dma.h>
 #include <asm/ecard.h>
-#include <asm/io.h>
 
 #define ICS_IDENT_OFFSET		0x2280
 
-- 
1.5.3.GIT


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-07-15 20:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-15 20:01 [PATCH] icside: devm_iounmap() needs linux/io.h Al Viro

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