X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fcore%2Fpktgen.c;h=8eb083b6041a7fae844be27a29e9082e828587cc;hb=f35279d3f713e5c97b98cbdbf47d98f79942c11f;hp=975d651312dc36787edb05be5596471f1f8bbfee;hpb=c2d9b8387bce8b4a0fd402fab7dc1319d11a418d;p=linux-2.6 diff --git a/net/core/pktgen.c b/net/core/pktgen.c index 975d651312..8eb083b604 100644 --- a/net/core/pktgen.c +++ b/net/core/pktgen.c @@ -363,7 +363,7 @@ struct pktgen_thread { * All Rights Reserved. * */ -inline static s64 divremdi3(s64 x, s64 y, int type) +static inline s64 divremdi3(s64 x, s64 y, int type) { u64 a = (x < 0) ? -x : x; u64 b = (y < 0) ? -y : y;