]> err.no Git - linux-2.6/blobdiff - net/ipv6/route.c
[NETNS][RAW]: Eliminate explicit init_net references.
[linux-2.6] / net / ipv6 / route.c
index 48c8d7cb9020ba74c158b86398a2b5372e551188..a429900d16aa697999ddf49b9f2de5cc7196e0ec 100644 (file)
@@ -1763,8 +1763,7 @@ int ipv6_route_ioctl(unsigned int cmd, void __user *arg)
  *     Drop the packet on the floor
  */
 
-static inline int ip6_pkt_drop(struct sk_buff *skb, int code,
-                              int ipstats_mib_noroutes)
+static int ip6_pkt_drop(struct sk_buff *skb, int code, int ipstats_mib_noroutes)
 {
        int type;
        switch (ipstats_mib_noroutes) {