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 /net/ipv6/ah6.c | |
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 'net/ipv6/ah6.c')
-rw-r--r-- | net/ipv6/ah6.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/ah6.c b/net/ipv6/ah6.c index 66a9139d46e9..4eaf55072b1b 100644 --- a/net/ipv6/ah6.c +++ b/net/ipv6/ah6.c | |||
@@ -35,7 +35,6 @@ | |||
35 | #include <net/ipv6.h> | 35 | #include <net/ipv6.h> |
36 | #include <net/protocol.h> | 36 | #include <net/protocol.h> |
37 | #include <net/xfrm.h> | 37 | #include <net/xfrm.h> |
38 | #include <asm/scatterlist.h> | ||
39 | 38 | ||
40 | static int zero_out_mutable_opts(struct ipv6_opt_hdr *opthdr) | 39 | static int zero_out_mutable_opts(struct ipv6_opt_hdr *opthdr) |
41 | { | 40 | { |