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>
This commit is contained in:
Andrew Morton 2008-07-25 19:44:35 -07:00 committed by Linus Torvalds
parent 024e8ac044
commit 0c7ad106e7
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
* your option) any later version.
*/
#include <linux/scatterlist.h>
/*
* Controller registers
*/