Skip to content

Commit

Permalink
ipv4: Define cipso_v4_delopt static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
hgn authored and davem330 committed Oct 7, 2009
1 parent 9e83429 commit 4b17d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv4/cipso_ipv4.c
Original file line number Diff line number Diff line change
Expand Up @@ -2017,7 +2017,7 @@ int cipso_v4_req_setattr(struct request_sock *req,
* 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;
Expand Down

0 comments on commit 4b17d50

Please sign in to comment.