]> Pileus Git - ~andy/linux/blobdiff - net/dccp/ccid.h
Merge branches 'topic/fix/asoc', 'topic/fix/hda', 'topic/fix/misc' and 'topic/pci...
[~andy/linux] / net / dccp / ccid.h
index 259f5469d7d04ceacf42d7ff07b260d76a26df1d..fdeae7b5731950ed3caa776cf82a0d35f2771012 100644 (file)
@@ -103,11 +103,6 @@ static inline void *ccid_priv(const struct ccid *ccid)
        return (void *)ccid->ccid_priv;
 }
 
-extern bool ccid_support_check(u8 const *ccid_array, u8 array_len);
-extern int  ccid_get_builtin_ccids(u8 **ccid_array, u8 *array_len);
-extern int  ccid_getsockopt_builtin_ccids(struct sock *sk, int len,
-                                         char __user *, int __user *);
-
 extern struct ccid *ccid_new(unsigned char id, struct sock *sk, int rx,
                             gfp_t gfp);