Commit 0c7ad106 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

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: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 024e8ac0
...@@ -9,6 +9,8 @@ ...@@ -9,6 +9,8 @@
* your option) any later version. * your option) any later version.
*/ */
#include <linux/scatterlist.h>
/* /*
* Controller registers * Controller registers
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment