From e5712a6a98862c2bd58a3c1ffc88062da9e2f02c Mon Sep 17 00:00:00 2001 From: Al Viro Date: Wed, 17 Oct 2007 01:09:07 +0100 Subject: missing include in mmc AFAICS, fallout from repacing include of blkdev.h with include of bio.h. Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- drivers/mmc/host/mmc_spi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/mmc/host/mmc_spi.c') 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 #include #include +#include #include #include /* for R1_SPI_* bit values */ -- cgit v1.2.3