diff --git a/[refs] b/[refs] index 62142d2a6a30..937c2d0876dd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e1fc3b14f9a90d9591016749289f2c3d7b35fbf4 +refs/heads/master: 1f07b62f3205f6ed41759df2892eaf433bc051a1 diff --git a/trunk/include/net/sctp/sctp.h b/trunk/include/net/sctp/sctp.h index aaa82923bbaa..9c6414f553f9 100644 --- a/trunk/include/net/sctp/sctp.h +++ b/trunk/include/net/sctp/sctp.h @@ -367,8 +367,8 @@ void sctp_dbg_objcnt_exit(struct net *); #define SCTP_DBG_OBJCNT_INC(name) #define SCTP_DBG_OBJCNT_DEC(name) -static inline void sctp_dbg_objcnt_init(struct net *) { return; } -static inline void sctp_dbg_objcnt_exit(struct net *) { return; } +static inline void sctp_dbg_objcnt_init(struct net *net) { return; } +static inline void sctp_dbg_objcnt_exit(struct net *net) { return; } #endif /* CONFIG_SCTP_DBG_OBJCOUNT */