aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2008-07-25 19:44:35 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2008-07-26 12:00:01 -0700
commit0c7ad106e779549792deb307242dece6f3499bb9 (patch)
tree8dc26dbcda46c19cb4a691f0ed8af4ac3d7e6ee2 /drivers
parentx86_64: fix ia32 AMD syscall audit fast-path (diff)
downloadlinux-dev-0c7ad106e779549792deb307242dece6f3499bb9.tar.xz
linux-dev-0c7ad106e779549792deb307242dece6f3499bb9.zip
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 <drzeus@drzeus.cx> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mmc/host/sdhci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci.h b/drivers/mmc/host/sdhci.h
index a06bf8b89343..e354faee5df0 100644
--- a/drivers/mmc/host/sdhci.h
+++ b/drivers/mmc/host/sdhci.h
@@ -9,6 +9,8 @@
* your option) any later version.
*/
+#include <linux/scatterlist.h>
+
/*
* Controller registers
*/