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 коммит произвёл Linus Torvalds
Родитель 024e8ac044
Коммит 0c7ad106e7
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

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