diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-10-27 14:40:46 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-28 01:18:12 -0400 |
commit | 0ada7a02ad870f8586176ff5c4f0db2a40ba3fab (patch) | |
tree | 7ffccdbd60abed05b920dd1f84c9448530e4b4b1 /drivers/mmc | |
parent | 4a66fcabd0e4a7a3ae78b662dfa4ddfd27bbe206 (diff) |
scatterlist fallout: mmc
#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>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/au1xmmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/au1xmmc.c b/drivers/mmc/host/au1xmmc.c index b2104d4f87af..c3926eb3bf43 100644 --- a/drivers/mmc/host/au1xmmc.c +++ b/drivers/mmc/host/au1xmmc.c | |||
@@ -40,7 +40,7 @@ | |||
40 | #include <linux/mm.h> | 40 | #include <linux/mm.h> |
41 | #include <linux/interrupt.h> | 41 | #include <linux/interrupt.h> |
42 | #include <linux/dma-mapping.h> | 42 | #include <linux/dma-mapping.h> |
43 | #include <scatterlist/scatterlist.h> | 43 | #include <linux/scatterlist.h> |
44 | 44 | ||
45 | #include <linux/mmc/host.h> | 45 | #include <linux/mmc/host.h> |
46 | #include <asm/io.h> | 46 | #include <asm/io.h> |