diff options
author | Adrian Bunk <bunk@kernel.org> | 2007-10-30 05:35:04 -0400 |
---|---|---|
committer | Jens Axboe <axboe@carl.home.kernel.dk> | 2007-11-02 03:47:06 -0400 |
commit | 87ae9afdcada236d0a1b38ce2c465a65916961dc (patch) | |
tree | c885e589ff66daf4f860b19818228edb75b29530 /crypto | |
parent | 013fb33972061ac65cdf3e1771267985e59deca1 (diff) |
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>
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/anubis.c | 1 | ||||
-rw-r--r-- | crypto/blowfish.c | 1 | ||||
-rw-r--r-- | crypto/compress.c | 1 | ||||
-rw-r--r-- | crypto/crypto_null.c | 1 | ||||
-rw-r--r-- | crypto/khazad.c | 1 | ||||
-rw-r--r-- | crypto/sha1_generic.c | 1 | ||||
-rw-r--r-- | crypto/sha256_generic.c | 1 | ||||
-rw-r--r-- | crypto/sha512.c | 1 | ||||
-rw-r--r-- | crypto/tea.c | 1 | ||||
-rw-r--r-- | crypto/tgr192.c | 1 | ||||
-rw-r--r-- | crypto/wp512.c | 1 |
11 files changed, 0 insertions, 11 deletions
diff --git a/crypto/anubis.c b/crypto/anubis.c index 1c771f7f4dc5..4ff0e1e243ad 100644 --- a/crypto/anubis.c +++ b/crypto/anubis.c | |||
@@ -33,7 +33,6 @@ | |||
33 | #include <linux/module.h> | 33 | #include <linux/module.h> |
34 | #include <linux/mm.h> | 34 | #include <linux/mm.h> |
35 | #include <asm/byteorder.h> | 35 | #include <asm/byteorder.h> |
36 | #include <asm/scatterlist.h> | ||
37 | #include <linux/crypto.h> | 36 | #include <linux/crypto.h> |
38 | #include <linux/types.h> | 37 | #include <linux/types.h> |
39 | 38 | ||
diff --git a/crypto/blowfish.c b/crypto/blowfish.c index 55238c4e37f0..80c3fd8be97c 100644 --- a/crypto/blowfish.c +++ b/crypto/blowfish.c | |||
@@ -20,7 +20,6 @@ | |||
20 | #include <linux/module.h> | 20 | #include <linux/module.h> |
21 | #include <linux/mm.h> | 21 | #include <linux/mm.h> |
22 | #include <asm/byteorder.h> | 22 | #include <asm/byteorder.h> |
23 | #include <asm/scatterlist.h> | ||
24 | #include <linux/crypto.h> | 23 | #include <linux/crypto.h> |
25 | #include <linux/types.h> | 24 | #include <linux/types.h> |
26 | 25 | ||
diff --git a/crypto/compress.c b/crypto/compress.c index 0a6570048c1e..1ee357085d3a 100644 --- a/crypto/compress.c +++ b/crypto/compress.c | |||
@@ -14,7 +14,6 @@ | |||
14 | #include <linux/types.h> | 14 | #include <linux/types.h> |
15 | #include <linux/crypto.h> | 15 | #include <linux/crypto.h> |
16 | #include <linux/errno.h> | 16 | #include <linux/errno.h> |
17 | #include <asm/scatterlist.h> | ||
18 | #include <linux/string.h> | 17 | #include <linux/string.h> |
19 | #include "internal.h" | 18 | #include "internal.h" |
20 | 19 | ||
diff --git a/crypto/crypto_null.c b/crypto/crypto_null.c index 24dbb5d8617e..29f77477d701 100644 --- a/crypto/crypto_null.c +++ b/crypto/crypto_null.c | |||
@@ -19,7 +19,6 @@ | |||
19 | #include <linux/init.h> | 19 | #include <linux/init.h> |
20 | #include <linux/module.h> | 20 | #include <linux/module.h> |
21 | #include <linux/mm.h> | 21 | #include <linux/mm.h> |
22 | #include <asm/scatterlist.h> | ||
23 | #include <linux/crypto.h> | 22 | #include <linux/crypto.h> |
24 | #include <linux/string.h> | 23 | #include <linux/string.h> |
25 | 24 | ||
diff --git a/crypto/khazad.c b/crypto/khazad.c index 9fa24a2dd6ff..704ebfe26b55 100644 --- a/crypto/khazad.c +++ b/crypto/khazad.c | |||
@@ -23,7 +23,6 @@ | |||
23 | #include <linux/module.h> | 23 | #include <linux/module.h> |
24 | #include <linux/mm.h> | 24 | #include <linux/mm.h> |
25 | #include <asm/byteorder.h> | 25 | #include <asm/byteorder.h> |
26 | #include <asm/scatterlist.h> | ||
27 | #include <linux/crypto.h> | 26 | #include <linux/crypto.h> |
28 | #include <linux/types.h> | 27 | #include <linux/types.h> |
29 | 28 | ||
diff --git a/crypto/sha1_generic.c b/crypto/sha1_generic.c index 48a3c3e0bf5f..68c62f528eb5 100644 --- a/crypto/sha1_generic.c +++ b/crypto/sha1_generic.c | |||
@@ -23,7 +23,6 @@ | |||
23 | #include <linux/cryptohash.h> | 23 | #include <linux/cryptohash.h> |
24 | #include <linux/types.h> | 24 | #include <linux/types.h> |
25 | #include <crypto/sha.h> | 25 | #include <crypto/sha.h> |
26 | #include <asm/scatterlist.h> | ||
27 | #include <asm/byteorder.h> | 26 | #include <asm/byteorder.h> |
28 | 27 | ||
29 | struct sha1_ctx { | 28 | struct sha1_ctx { |
diff --git a/crypto/sha256_generic.c b/crypto/sha256_generic.c index 5f4332edcf6b..fd3918be58b5 100644 --- a/crypto/sha256_generic.c +++ b/crypto/sha256_generic.c | |||
@@ -22,7 +22,6 @@ | |||
22 | #include <linux/crypto.h> | 22 | #include <linux/crypto.h> |
23 | #include <linux/types.h> | 23 | #include <linux/types.h> |
24 | #include <crypto/sha.h> | 24 | #include <crypto/sha.h> |
25 | #include <asm/scatterlist.h> | ||
26 | #include <asm/byteorder.h> | 25 | #include <asm/byteorder.h> |
27 | 26 | ||
28 | struct sha256_ctx { | 27 | struct sha256_ctx { |
diff --git a/crypto/sha512.c b/crypto/sha512.c index e736596ca574..c39c803ecc02 100644 --- a/crypto/sha512.c +++ b/crypto/sha512.c | |||
@@ -19,7 +19,6 @@ | |||
19 | #include <linux/types.h> | 19 | #include <linux/types.h> |
20 | #include <crypto/sha.h> | 20 | #include <crypto/sha.h> |
21 | 21 | ||
22 | #include <asm/scatterlist.h> | ||
23 | #include <asm/byteorder.h> | 22 | #include <asm/byteorder.h> |
24 | 23 | ||
25 | struct sha512_ctx { | 24 | struct sha512_ctx { |
diff --git a/crypto/tea.c b/crypto/tea.c index 1c54e26fa529..6893b3fdf9d6 100644 --- a/crypto/tea.c +++ b/crypto/tea.c | |||
@@ -23,7 +23,6 @@ | |||
23 | #include <linux/module.h> | 23 | #include <linux/module.h> |
24 | #include <linux/mm.h> | 24 | #include <linux/mm.h> |
25 | #include <asm/byteorder.h> | 25 | #include <asm/byteorder.h> |
26 | #include <asm/scatterlist.h> | ||
27 | #include <linux/crypto.h> | 26 | #include <linux/crypto.h> |
28 | #include <linux/types.h> | 27 | #include <linux/types.h> |
29 | 28 | ||
diff --git a/crypto/tgr192.c b/crypto/tgr192.c index a0fadf3dd3e2..2e7ea1680c7f 100644 --- a/crypto/tgr192.c +++ b/crypto/tgr192.c | |||
@@ -25,7 +25,6 @@ | |||
25 | #include <linux/module.h> | 25 | #include <linux/module.h> |
26 | #include <linux/mm.h> | 26 | #include <linux/mm.h> |
27 | #include <asm/byteorder.h> | 27 | #include <asm/byteorder.h> |
28 | #include <asm/scatterlist.h> | ||
29 | #include <linux/crypto.h> | 28 | #include <linux/crypto.h> |
30 | #include <linux/types.h> | 29 | #include <linux/types.h> |
31 | 30 | ||
diff --git a/crypto/wp512.c b/crypto/wp512.c index 727d05a19ff4..f746952b93fc 100644 --- a/crypto/wp512.c +++ b/crypto/wp512.c | |||
@@ -23,7 +23,6 @@ | |||
23 | #include <linux/module.h> | 23 | #include <linux/module.h> |
24 | #include <linux/mm.h> | 24 | #include <linux/mm.h> |
25 | #include <asm/byteorder.h> | 25 | #include <asm/byteorder.h> |
26 | #include <asm/scatterlist.h> | ||
27 | #include <linux/crypto.h> | 26 | #include <linux/crypto.h> |
28 | #include <linux/types.h> | 27 | #include <linux/types.h> |
29 | 28 | ||