Skip to content

Commit

Permalink
drivers/mmc/host/sdhci.h needs scatterlist.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jul 26, 2008
1 parent 024e8ac commit 0c7ad10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/mmc/host/sdhci.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
* your option) any later version.
*/

#include <linux/scatterlist.h>

/*
* Controller registers
*/
Expand Down

0 comments on commit 0c7ad10

Please sign in to comment.