From: Al Viro Date: Wed, 17 Oct 2007 00:09:07 +0000 (+0100) Subject: missing include in mmc X-Git-Tag: v2.6.24-rc1~820 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e5712a6a98862c2bd58a3c1ffc88062da9e2f02c;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git 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 --- 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 #include #include +#include #include #include /* for R1_SPI_* bit values */