]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/net/llc.h
llc: Remove stray reference to sysctl_llc_station_ack_timeout.
[mirror_ubuntu-bionic-kernel.git] / include / net / llc.h
index 226c846cab08bdf84e0991aee83124c42e6aab0d..9e7d7f08ef77c5539ea887b483b274fc0ddb91fd 100644 (file)
@@ -133,7 +133,7 @@ extern int llc_build_and_send_ui_pkt(struct llc_sap *sap, struct sk_buff *skb,
 extern void llc_sap_handler(struct llc_sap *sap, struct sk_buff *skb);
 extern void llc_conn_handler(struct llc_sap *sap, struct sk_buff *skb);
 
-extern int llc_station_init(void);
+extern void llc_station_init(void);
 extern void llc_station_exit(void);
 
 #ifdef CONFIG_PROC_FS
@@ -151,7 +151,6 @@ 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;
 #else
 #define llc_sysctl_init() (0)
 #define llc_sysctl_exit() do { } while(0)