diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/core/sock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/sock.c b/net/core/sock.c index ccd10fd656..c13594579b 100644 --- a/net/core/sock.c +++ b/net/core/sock.c | |||
@@ -1719,8 +1719,8 @@ EXPORT_SYMBOL(sock_wfree); | |||
1719 | EXPORT_SYMBOL(sock_wmalloc); | 1719 | EXPORT_SYMBOL(sock_wmalloc); |
1720 | EXPORT_SYMBOL(sock_i_uid); | 1720 | EXPORT_SYMBOL(sock_i_uid); |
1721 | EXPORT_SYMBOL(sock_i_ino); | 1721 | EXPORT_SYMBOL(sock_i_ino); |
1722 | #ifdef CONFIG_SYSCTL | ||
1723 | EXPORT_SYMBOL(sysctl_optmem_max); | 1722 | EXPORT_SYMBOL(sysctl_optmem_max); |
1723 | #ifdef CONFIG_SYSCTL | ||
1724 | EXPORT_SYMBOL(sysctl_rmem_max); | 1724 | EXPORT_SYMBOL(sysctl_rmem_max); |
1725 | EXPORT_SYMBOL(sysctl_wmem_max); | 1725 | EXPORT_SYMBOL(sysctl_wmem_max); |
1726 | #endif | 1726 | #endif |