[PATCH] missing include in mmc

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Al Viro
Date: Tuesday, October 16, 2007 - 5:09 pm

AFAICS, fallout from repacing include of blkdev.h with include of bio.h.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
diff --git a/drivers/mmc/host/mmc_spi.c b/drivers/mmc/host/mmc_spi.c
index 71b986b..7ae18ea 100644
--- a/drivers/mmc/host/mmc_spi.c
+++ b/drivers/mmc/host/mmc_spi.c
@@ -30,6 +30,7 @@
 #include <linux/dma-mapping.h>
 #include <linux/crc7.h>
 #include <linux/crc-itu-t.h>
+#include <linux/scatterlist.h>
 
 #include <linux/mmc/host.h>
 #include <linux/mmc/mmc.h>		/* for R1_SPI_* bit values */
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] missing include in mmc, Al Viro, (Tue Oct 16, 5:09 pm)
Re: [PATCH] missing include in mmc, David Brownell, (Tue Oct 16, 5:25 pm)
Re: [PATCH] missing include in mmc, Al Viro, (Tue Oct 16, 7:04 pm)
Re: [PATCH] missing include in mmc, David Brownell, (Tue Oct 16, 8:21 pm)
Re: [PATCH] missing include in mmc, Geert Uytterhoeven, (Wed Oct 17, 12:40 am)