* [PATCH] scatterlist fallout: mmc
@ 2007-10-27 18:40 Al Viro
0 siblings, 0 replies; only message in thread
From: Al Viro @ 2007-10-27 18:40 UTC (permalink / raw)
To: Linus Torvalds; +Cc: axboe, linux-kernel
#include <scatterlist/scatterlist.h>
is an odd thing to do...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
drivers/mmc/host/au1xmmc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/mmc/host/au1xmmc.c b/drivers/mmc/host/au1xmmc.c
index b2104d4..c3926eb 100644
--- a/drivers/mmc/host/au1xmmc.c
+++ b/drivers/mmc/host/au1xmmc.c
@@ -40,7 +40,7 @@
#include <linux/mm.h>
#include <linux/interrupt.h>
#include <linux/dma-mapping.h>
-#include <scatterlist/scatterlist.h>
+#include <linux/scatterlist.h>
#include <linux/mmc/host.h>
#include <asm/io.h>
--
1.5.3.GIT
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-10-27 18:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-27 18:40 [PATCH] scatterlist fallout: mmc Al Viro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox