Grab the scatterlist header from the right place. Signed-off-by: Michael Halcrow <mhalcrow@xxxxxxxxxx> --- fs/ecryptfs/crypto.c | 1 - fs/ecryptfs/keystore.c | 2 +- fs/ecryptfs/mmap.c | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) bdf5f99c53c8be77cdef2aa1aacdc30383676255 diff --git a/fs/ecryptfs/crypto.c b/fs/ecryptfs/crypto.c index 49b7eb3..5de537c 100644 --- a/fs/ecryptfs/crypto.c +++ b/fs/ecryptfs/crypto.c @@ -33,7 +33,6 @@ #include <linux/namei.h> #include <linux/crypto.h> #include <linux/file.h> #include <linux/scatterlist.h> -#include <asm/scatterlist.h> #include "ecryptfs_kernel.h" /** diff --git a/fs/ecryptfs/keystore.c b/fs/ecryptfs/keystore.c index 7c5ac0d..c250888 100644 --- a/fs/ecryptfs/keystore.c +++ b/fs/ecryptfs/keystore.c @@ -31,7 +31,7 @@ #include <linux/pagemap.h> #include <linux/key.h> #include <linux/random.h> #include <linux/crypto.h> -#include <asm/scatterlist.h> +#include <linux/scatterlist.h> #include "ecryptfs_kernel.h" /** diff --git a/fs/ecryptfs/mmap.c b/fs/ecryptfs/mmap.c index e9cff02..ad48b3e 100644 --- a/fs/ecryptfs/mmap.c +++ b/fs/ecryptfs/mmap.c @@ -31,7 +31,7 @@ #include <linux/page-flags.h> #include <linux/mount.h> #include <linux/file.h> #include <linux/crypto.h> -#include <asm/scatterlist.h> +#include <linux/scatterlist.h> #include "ecryptfs_kernel.h" struct kmem_cache *ecryptfs_lower_page_cache; -- 1.3.3 - To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html