]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - net/ipx/af_ipx.c
net: Move prototype declaration to header file include/net/datalink.h from net/ipx...
[mirror_ubuntu-bionic-kernel.git] / net / ipx / af_ipx.c
index e5a00a9b52f3f52e08cf2477dce31fe7dc7fc82b..224d05856b850f27c65c07bb3c283cbf2a97e54c 100644 (file)
@@ -52,6 +52,7 @@
 #include <net/p8022.h>
 #include <net/psnap.h>
 #include <net/sock.h>
+#include <net/datalink.h>
 #include <net/tcp_states.h>
 
 #include <asm/uaccess.h>
@@ -1977,9 +1978,6 @@ static struct notifier_block ipx_dev_notifier = {
        .notifier_call  = ipxitf_device_event,
 };
 
-extern struct datalink_proto *make_EII_client(void);
-extern void destroy_EII_client(struct datalink_proto *);
-
 static const unsigned char ipx_8022_type = 0xE0;
 static const unsigned char ipx_snap_id[5] = { 0x0, 0x0, 0x0, 0x81, 0x37 };
 static const char ipx_EII_err_msg[] __initconst =