Skip to content

Commit

Permalink
scatterlist fallout: mmc
Browse files Browse the repository at this point in the history
 #include <scatterlist/scatterlist.h>
is an odd thing to do...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 28, 2007
1 parent 4a66fca commit 0ada7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mmc/host/au1xmmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#include <linux/mm.h>
#include <linux/interrupt.h>
#include <linux/dma-mapping.h>
#include <scatterlist/scatterlist.h>
#include <linux/scatterlist.h>

#include <linux/mmc/host.h>
#include <asm/io.h>
Expand Down

0 comments on commit 0ada7a0

Please sign in to comment.