From: Al Viro Date: Wed, 17 Oct 2007 00:09:07 +0000 (+0100) Subject: missing include in mmc X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e5712a6a98862c2bd58a3c1ffc88062da9e2f02c;p=linux-beck.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 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 */