X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=net%2Fxfrm%2Fxfrm_state.c;h=2585e4b0d27f6478d73e35d6e8faf7c3565db0f5;hb=cf35f43e6e41b160d8dedd80a127210fd3be9ada;hp=65f5ea4ae4c11df2028f169c57a1e75863ba008d;hpb=ad1b30b1c282bc8c726a9b123a1312a3930bcd42;p=linux-2.6-omap-h63xx.git diff --git a/net/xfrm/xfrm_state.c b/net/xfrm/xfrm_state.c index 65f5ea4ae4c..2585e4b0d27 100644 --- a/net/xfrm/xfrm_state.c +++ b/net/xfrm/xfrm_state.c @@ -2010,8 +2010,8 @@ void __init xfrm_state_init(void) } #ifdef CONFIG_AUDITSYSCALL -static inline void xfrm_audit_helper_sainfo(struct xfrm_state *x, - struct audit_buffer *audit_buf) +static void xfrm_audit_helper_sainfo(struct xfrm_state *x, + struct audit_buffer *audit_buf) { struct xfrm_sec_ctx *ctx = x->security; u32 spi = ntohl(x->id.spi); @@ -2038,8 +2038,8 @@ static inline void xfrm_audit_helper_sainfo(struct xfrm_state *x, audit_log_format(audit_buf, " spi=%u(0x%x)", spi, spi); } -static inline void xfrm_audit_helper_pktinfo(struct sk_buff *skb, u16 family, - struct audit_buffer *audit_buf) +static void xfrm_audit_helper_pktinfo(struct sk_buff *skb, u16 family, + struct audit_buffer *audit_buf) { struct iphdr *iph4; struct ipv6hdr *iph6;