[NET]: fix up misplaced inlines.

Turning up the warnings on gcc makes it emit warnings
about the placement of 'inline' in function declarations.
Here's everything that was under net/

Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Dave Jones
2007-03-22 12:27:49 -07:00
committed by David S. Miller
parent 289f42492c
commit b6f99a2119
8 changed files with 12 additions and 12 deletions

View File

@@ -2025,7 +2025,7 @@ nlmsg_failure:
return -1;
}
static int inline xfrm_sa_len(struct xfrm_state *x)
static inline int xfrm_sa_len(struct xfrm_state *x)
{
int l = 0;
if (x->aalg)