Browse Source

[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>
Ilpo Järvinen 17 years ago
parent
commit
a90bcbd651
1 changed files with 0 additions and 5 deletions
  1. 0 5
      include/net/sctp/sctp.h

+ 0 - 5
include/net/sctp/sctp.h

@@ -368,11 +368,6 @@ void sctp_sysctl_unregister(void);
 #else
 #else
 static inline void sctp_sysctl_register(void) { return; }
 static inline void sctp_sysctl_register(void) { return; }
 static inline void sctp_sysctl_unregister(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
 #endif
 
 
 /* Size of Supported Address Parameter for 'x' address types. */
 /* Size of Supported Address Parameter for 'x' address types. */