ipv4: Define cipso_v4_delopt static
authorHagen Paul Pfeifer <hagen@jauu.net>
Wed, 7 Oct 2009 21:45:58 +0000 (14:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Oct 2009 21:45:58 +0000 (14:45 -0700)
There is no reason that cipso_v4_delopt() is not
defined as a static function.

Signed-off-by: Hagen Paul Pfeifer <hagen@jauu.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/cipso_ipv4.c

index 039cc1ffe977a5cf1073f88a9826f6798ecd26e4..1e029dc754550b76576521331170bcd069fbd8c2 100644 (file)
@@ -2017,7 +2017,7 @@ req_setattr_failure:
  * values on failure.
  *
  */
-int cipso_v4_delopt(struct ip_options **opt_ptr)
+static int cipso_v4_delopt(struct ip_options **opt_ptr)
 {
        int hdr_delta = 0;
        struct ip_options *opt = *opt_ptr;
This page took 0.026413 seconds and 5 git commands to generate.