net: xfrm: fix old-style declaration
[deliverable/linux.git] / net / ipv6 / xfrm6_policy.c
index c074771a10f761253f99611de8294172bdb0e142..6cc97003e4a9547462840c113fcf11be4bb92ed3 100644 (file)
@@ -366,12 +366,12 @@ static void __net_exit xfrm6_net_sysctl_exit(struct net *net)
                kfree(table);
 }
 #else /* CONFIG_SYSCTL */
-static int inline xfrm6_net_sysctl_init(struct net *net)
+static inline int xfrm6_net_sysctl_init(struct net *net)
 {
        return 0;
 }
 
-static void inline xfrm6_net_sysctl_exit(struct net *net)
+static inline void xfrm6_net_sysctl_exit(struct net *net)
 {
 }
 #endif
This page took 0.030499 seconds and 5 git commands to generate.