diff options
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | 2008-02-29 11:45:34 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-02-29 11:45:34 -0800 |
commit | a90bcbd651b453d8259243115696c11b864b30fe (patch) | |
tree | 986c0382b4c097044619d28d3e488a806b06f652 /include/net/sctp | |
parent | 95a363582b69bec53bc73ff2100dfc344bd23098 (diff) | |
download | op-kernel-dev-a90bcbd651b453d8259243115696c11b864b30fe.zip op-kernel-dev-a90bcbd651b453d8259243115696c11b864b30fe.tar.gz |
[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>
Diffstat (limited to 'include/net/sctp')
-rw-r--r-- | include/net/sctp/sctp.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/net/sctp/sctp.h b/include/net/sctp/sctp.h index 57df27f..a653eb3 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. */ |