From 00d66c21d8ed8a500ffd3c18ab7f1d0b0c8706b2 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Wed, 17 Oct 2007 01:09:07 +0100 Subject: [PATCH] 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(+) diff --git a/drivers/mmc/host/mmc_spi.c b/drivers/mmc/host/mmc_spi.c index 71b986b38c55e..7ae18eaed6c5d 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 */ -- 2.39.5