cleanup asm/scatterlist.h includes

Not architecture specific code should not #include <asm/scatterlist.h>.

This patch therefore either replaces them with
#include <linux/scatterlist.h> or simply removes them if they were
unused.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
このコミットが含まれているのは:
Adrian Bunk
2007-10-30 10:35:04 +01:00
committed by Jens Axboe
コミット 87ae9afdca
35個のファイルの変更7行の追加35行の削除

ファイルの表示

@@ -22,7 +22,6 @@
#include <linux/crypto.h>
#include <linux/types.h>
#include <crypto/sha.h>
#include <asm/scatterlist.h>
#include <asm/byteorder.h>
struct sha256_ctx {