diff options
Diffstat (limited to 'net/ipv4/cipso_ipv4.c')
-rw-r--r-- | net/ipv4/cipso_ipv4.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ipv4/cipso_ipv4.c b/net/ipv4/cipso_ipv4.c index 039cc1ffe977..c97cd9ff697e 100644 --- a/net/ipv4/cipso_ipv4.c +++ b/net/ipv4/cipso_ipv4.c | |||
@@ -44,6 +44,7 @@ | |||
44 | #include <linux/string.h> | 44 | #include <linux/string.h> |
45 | #include <linux/jhash.h> | 45 | #include <linux/jhash.h> |
46 | #include <linux/audit.h> | 46 | #include <linux/audit.h> |
47 | #include <linux/slab.h> | ||
47 | #include <net/ip.h> | 48 | #include <net/ip.h> |
48 | #include <net/icmp.h> | 49 | #include <net/icmp.h> |
49 | #include <net/tcp.h> | 50 | #include <net/tcp.h> |
@@ -2017,7 +2018,7 @@ req_setattr_failure: | |||
2017 | * values on failure. | 2018 | * values on failure. |
2018 | * | 2019 | * |
2019 | */ | 2020 | */ |
2020 | int cipso_v4_delopt(struct ip_options **opt_ptr) | 2021 | static int cipso_v4_delopt(struct ip_options **opt_ptr) |
2021 | { | 2022 | { |
2022 | int hdr_delta = 0; | 2023 | int hdr_delta = 0; |
2023 | struct ip_options *opt = *opt_ptr; | 2024 | struct ip_options *opt = *opt_ptr; |