diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-10-27 19:40:46 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-27 22:18:12 -0700 |
commit | 0ada7a02ad870f8586176ff5c4f0db2a40ba3fab (patch) | |
tree | 7ffccdbd60abed05b920dd1f84c9448530e4b4b1 /drivers/mmc | |
parent | 4a66fcabd0e4a7a3ae78b662dfa4ddfd27bbe206 (diff) | |
download | op-kernel-dev-0ada7a02ad870f8586176ff5c4f0db2a40ba3fab.zip op-kernel-dev-0ada7a02ad870f8586176ff5c4f0db2a40ba3fab.tar.gz |
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 b2104d4..c3926eb 100644 --- a/drivers/mmc/host/au1xmmc.c +++ b/drivers/mmc/host/au1xmmc.c @@ -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> |