missing include in mmc
authorAl Viro <[email protected]>
Wed, 17 Oct 2007 00:09:07 +0000 (01:09 +0100)
committerLinus Torvalds <[email protected]>
Wed, 17 Oct 2007 02:05:30 +0000 (19:05 -0700)
AFAICS, fallout from repacing include of blkdev.h with include of bio.h.

Signed-off-by: Al Viro <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/mmc/host/mmc_spi.c

index 71b986b38c55e1d5d57edc64cfc26b2b58408314..7ae18eaed6c5d869d3e7d89bffd484bbe9798147 100644 (file)
@@ -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 */