aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAl Viro <viro@ftp.linux.org.uk>2007-10-17 01:09:07 +0100
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-16 19:05:30 -0700
commite5712a6a98862c2bd58a3c1ffc88062da9e2f02c (patch)
tree914e044bfc88e984e84603bffeddd3afe6043303 /drivers
parentfix adbhid mismerge (diff)
downloadlinux-dev-e5712a6a98862c2bd58a3c1ffc88062da9e2f02c.tar.xz
linux-dev-e5712a6a98862c2bd58a3c1ffc88062da9e2f02c.zip
missing include in mmc
AFAICS, fallout from repacing include of blkdev.h with include of bio.h. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mmc/host/mmc_spi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/mmc_spi.c b/drivers/mmc/host/mmc_spi.c
index 71b986b38c55..7ae18eaed6c5 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 */