]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/net.h
net: Kill ratelimit.h dependency in linux/net.h
[karo-tx-linux.git] / include / linux / net.h
index 1da55e9b6f01a9733f38b309e7b282f447764da7..b29923006b11e50b4aac2c99f9a81be14afc7fd1 100644 (file)
@@ -289,11 +289,5 @@ extern int kernel_sock_shutdown(struct socket *sock,
        MODULE_ALIAS("net-pf-" __stringify(pf) "-proto-" __stringify(proto) \
                     "-type-" __stringify(type))
 
-#ifdef CONFIG_SYSCTL
-#include <linux/sysctl.h>
-#include <linux/ratelimit.h>
-extern struct ratelimit_state net_ratelimit_state;
-#endif
-
 #endif /* __KERNEL__ */
 #endif /* _LINUX_NET_H */