diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-10-16 20:09:07 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-16 22:05:30 -0400 |
commit | e5712a6a98862c2bd58a3c1ffc88062da9e2f02c (patch) | |
tree | 914e044bfc88e984e84603bffeddd3afe6043303 /drivers | |
parent | 68f3e6622bb60c6b477971b56d1913077834fdcd (diff) |
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.c | 1 |
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 @@ | |||
30 | #include <linux/dma-mapping.h> | 30 | #include <linux/dma-mapping.h> |
31 | #include <linux/crc7.h> | 31 | #include <linux/crc7.h> |
32 | #include <linux/crc-itu-t.h> | 32 | #include <linux/crc-itu-t.h> |
33 | #include <linux/scatterlist.h> | ||
33 | 34 | ||
34 | #include <linux/mmc/host.h> | 35 | #include <linux/mmc/host.h> |
35 | #include <linux/mmc/mmc.h> /* for R1_SPI_* bit values */ | 36 | #include <linux/mmc/mmc.h> /* for R1_SPI_* bit values */ |