From: Andrew Morton Date: Sat, 26 Jul 2008 02:44:35 +0000 (-0700) Subject: drivers/mmc/host/sdhci.h needs scatterlist.h X-Git-Tag: v2.6.27-rc1~209 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=0c7ad106e779549792deb307242dece6f3499bb9;p=linux-2.6-omap-h63xx.git drivers/mmc/host/sdhci.h needs scatterlist.h alpha: drivers/mmc/host/sdhci.h:242: error: field 'sg_miter' has incomplete type Cc: Pierre Ossman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/mmc/host/sdhci.h b/drivers/mmc/host/sdhci.h index a06bf8b8934..e354faee5df 100644 --- a/drivers/mmc/host/sdhci.h +++ b/drivers/mmc/host/sdhci.h @@ -9,6 +9,8 @@ * your option) any later version. */ +#include + /* * Controller registers */