]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - net/unix/af_unix.c
[NET]: Fix sparse warnings
[mirror_ubuntu-zesty-kernel.git] / net / unix / af_unix.c
index bc4c44552c1f4679b95e7ddccac506d6d81b2188..41feca3bef86346f3890f8c428c795ff7316abf5 100644 (file)
@@ -2026,14 +2026,6 @@ static struct net_proto_family unix_family_ops = {
        .owner  = THIS_MODULE,
 };
 
-#ifdef CONFIG_SYSCTL
-extern void unix_sysctl_register(void);
-extern void unix_sysctl_unregister(void);
-#else
-static inline void unix_sysctl_register(void) {}
-static inline void unix_sysctl_unregister(void) {}
-#endif
-
 static int __init af_unix_init(void)
 {
        int rc = -1;