From: Rafael J. Wysocki Date: Tue, 26 Jul 2011 18:50:23 +0000 (+0200) Subject: MMC / TMIO: Fix build issue related to struct scatterlist X-Git-Tag: v3.12-rc1~5241 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6c0cbef6662aa685c6a47a18039b9d4f1d5abcb1;p=kernel%2Fkernel-generic.git MMC / TMIO: Fix build issue related to struct scatterlist Fix build issue caused by undefined struct scatterlist in drivers/mmc/host/tmio_mmc.c. Signed-off-by: Rafael J. Wysocki Signed-off-by: Linus Torvalds --- diff --git a/drivers/mmc/host/tmio_mmc.h b/drivers/mmc/host/tmio_mmc.h index 087d880..eeaf643 100644 --- a/drivers/mmc/host/tmio_mmc.h +++ b/drivers/mmc/host/tmio_mmc.h @@ -21,6 +21,7 @@ #include #include #include +#include /* Definitions for values the CTRL_SDIO_STATUS register can take. */ #define TMIO_SDIO_STAT_IOIRQ 0x0001