Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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 <ilpo.jarvinen@helsinki.fi>
Acked-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Ilpo Järvinen and committed by
David S. Miller
a90bcbd6 95a36358

-5
-5
include/net/sctp/sctp.h
··· 368 368 #else 369 369 static inline void sctp_sysctl_register(void) { return; } 370 370 static inline void sctp_sysctl_unregister(void) { return; } 371 - static inline int sctp_sysctl_jiffies_ms(ctl_table *table, int __user *name, int nlen, 372 - void __user *oldval, size_t __user *oldlenp, 373 - void __user *newval, size_t newlen) { 374 - return -ENOSYS; 375 - } 376 371 #endif 377 372 378 373 /* Size of Supported Address Parameter for 'x' address types. */