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: v5.15~24533 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=6c0cbef6662aa685c6a47a18039b9d4f1d5abcb1;p=mirror_ubuntu-kernels.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 087d88023ba1..eeaf64391fbe 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