From: Ilpo Järvinen Date: Fri, 29 Feb 2008 19:45:34 +0000 (-0800) Subject: [SCTP]: Kill unused static inline sctp_sysctl_jiffies_ms X-Git-Tag: firefly_0821_release~21615^2~532 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a90bcbd651b453d8259243115696c11b864b30fe;p=firefly-linux-kernel-4.4.55.git [SCTP]: Kill unused static inline sctp_sysctl_jiffies_ms After the patch: $ git-grep sctp_sysctl_jiffies_ms | wc -l 0 Signed-off-by: Ilpo Järvinen Acked-by: Vlad Yasevich Signed-off-by: David S. Miller --- diff --git a/include/net/sctp/sctp.h b/include/net/sctp/sctp.h index 57df27f19588..a653eb3e1e70 100644 --- a/include/net/sctp/sctp.h +++ b/include/net/sctp/sctp.h @@ -368,11 +368,6 @@ void sctp_sysctl_unregister(void); #else static inline void sctp_sysctl_register(void) { return; } static inline void sctp_sysctl_unregister(void) { return; } -static inline int sctp_sysctl_jiffies_ms(ctl_table *table, int __user *name, int nlen, - void __user *oldval, size_t __user *oldlenp, - void __user *newval, size_t newlen) { - return -ENOSYS; -} #endif /* Size of Supported Address Parameter for 'x' address types. */