diff options
-rw-r--r-- | include/net/sctp/sctp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/sctp/sctp.h b/include/net/sctp/sctp.h index aaa82923bbaa..9c6414f553f9 100644 --- a/include/net/sctp/sctp.h +++ b/include/net/sctp/sctp.h | |||
@@ -367,8 +367,8 @@ void sctp_dbg_objcnt_exit(struct net *); | |||
367 | #define SCTP_DBG_OBJCNT_INC(name) | 367 | #define SCTP_DBG_OBJCNT_INC(name) |
368 | #define SCTP_DBG_OBJCNT_DEC(name) | 368 | #define SCTP_DBG_OBJCNT_DEC(name) |
369 | 369 | ||
370 | static inline void sctp_dbg_objcnt_init(struct net *) { return; } | 370 | static inline void sctp_dbg_objcnt_init(struct net *net) { return; } |
371 | static inline void sctp_dbg_objcnt_exit(struct net *) { return; } | 371 | static inline void sctp_dbg_objcnt_exit(struct net *net) { return; } |
372 | 372 | ||
373 | #endif /* CONFIG_SCTP_DBG_OBJCOUNT */ | 373 | #endif /* CONFIG_SCTP_DBG_OBJCOUNT */ |
374 | 374 | ||