diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-06-01 03:16:17 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-06-01 03:16:17 +0000 |
commit | d8d9b8f76f22b7a16a83e261e64f89ee611f49df (patch) | |
tree | 3067bc130b80d52808e6390c9fc7fc087ec1e33c /net/802/p8022.c | |
parent | 19c9bba94152148523ba0f7ef7cffe3d45656b11 (diff) |
Initial revision
Diffstat (limited to 'net/802/p8022.c')
-rw-r--r-- | net/802/p8022.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/802/p8022.c b/net/802/p8022.c index 23e6f2fad..1a12f4d60 100644 --- a/net/802/p8022.c +++ b/net/802/p8022.c @@ -23,6 +23,7 @@ #include <net/datalink.h> #include <linux/mm.h> #include <linux/in.h> +#include <linux/init.h> #include <net/p8022.h> static struct datalink_proto *p8022_list = NULL; @@ -90,7 +91,7 @@ static struct packet_type p8022_packet_type = EXPORT_SYMBOL(register_8022_client); EXPORT_SYMBOL(unregister_8022_client); -void p8022_proto_init(struct net_proto *pro) +__initfunc(void p8022_proto_init(struct net_proto *pro)) { p8022_packet_type.type=htons(ETH_P_802_2); dev_add_pack(&p8022_packet_type); |