public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] missing include in mmc
@ 2007-10-17  0:09 Al Viro
  2007-10-17  0:25 ` David Brownell
  0 siblings, 1 reply; 5+ messages in thread
From: Al Viro @ 2007-10-17  0:09 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: dbrownell, linux-kernel

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 */

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

end of thread, other threads:[~2007-10-17  7:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-17  0:09 [PATCH] missing include in mmc Al Viro
2007-10-17  0:25 ` David Brownell
2007-10-17  2:04   ` Al Viro
2007-10-17  3:21     ` David Brownell
2007-10-17  7:40       ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox