X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=net%2Fipv6%2Froute.c;h=a429900d16aa697999ddf49b9f2de5cc7196e0ec;hb=50eb431d6e98189eb40606fcd4d03ecd8e168afa;hp=48c8d7cb9020ba74c158b86398a2b5372e551188;hpb=1486cbd777316e55aa30aeb37e231ce618c29d2e;p=linux-2.6-omap-h63xx.git diff --git a/net/ipv6/route.c b/net/ipv6/route.c index 48c8d7cb902..a429900d16a 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c @@ -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) {