]> err.no Git - linux-2.6/blobdiff - net/llc/sysctl_net_llc.c
Merge git://git.infradead.org/hdrinstall-2.6
[linux-2.6] / net / llc / sysctl_net_llc.c
index 4d99d2f27a21c622928380a1ece0164e981b73c5..45d7dd92a08804e2978a739b2db6f9d3296eb437 100644 (file)
@@ -4,21 +4,15 @@
  * Arnaldo Carvalho de Melo <acme@conectiva.com.br>
  */
 
-#include <linux/config.h>
 #include <linux/mm.h>
 #include <linux/init.h>
 #include <linux/sysctl.h>
+#include <net/llc.h>
 
 #ifndef CONFIG_SYSCTL
 #error This file should not be compiled without CONFIG_SYSCTL defined
 #endif
 
-extern int sysctl_llc2_ack_timeout;
-extern int sysctl_llc2_busy_timeout;
-extern int sysctl_llc2_p_timeout;
-extern int sysctl_llc2_rej_timeout;
-extern int sysctl_llc_station_ack_timeout;
-
 static struct ctl_table llc2_timeout_table[] = {
        {
                .ctl_name       = NET_LLC2_ACK_TIMEOUT,